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

19 lines
450 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "Turn off {entity_name}",
"turn_on": "Turn on {entity_name}"
}
},
"state": {
"_": {
"eco": "Eco",
"electric": "Electric",
"gas": "Gas",
"heat_pump": "Heat Pump",
"high_demand": "High Demand",
"off": "Off",
"performance": "Performance"
}
}
}