core/homeassistant/components/water_heater/strings.json

23 lines
544 B
JSON
Raw Normal View History

{
"device_automation": {
"action_type": {
"turn_on": "[%key:common::device_automation::action_type::turn_on%]",
"turn_off": "[%key:common::device_automation::action_type::turn_off%]"
}
},
"entity_component": {
"_": {
"name": "Water heater",
"state": {
"off": "[%key:common::state::off%]",
"eco": "Eco",
"electric": "Electric",
"gas": "Gas",
"high_demand": "High Demand",
"heat_pump": "Heat Pump",
"performance": "Performance"
}
}
}
2022-03-30 08:35:30 +00:00
}