core/homeassistant/components/water_heater/translations/id.json

19 lines
456 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Matikan {entity_name}",
"turn_on": "Nyalakan {entity_name}"
}
2021-04-15 00:02:56 +00:00
},
"state": {
"_": {
"eco": "Eco",
"electric": "Listrik",
"gas": "Gas",
"heat_pump": "Pompa Pemanas",
"high_demand": "Permintaan Tinggi",
"off": "Mati",
"performance": "Kinerja"
}
2021-03-16 00:04:36 +00:00
}
}