forked from home-assistant/core
Update state translation strings for water_heater (#46588)
This commit is contained in:
@@ -4,5 +4,16 @@
|
|||||||
"turn_on": "Turn on {entity_name}",
|
"turn_on": "Turn on {entity_name}",
|
||||||
"turn_off": "Turn off {entity_name}"
|
"turn_off": "Turn off {entity_name}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"_": {
|
||||||
|
"off": "[%key:common::state::off%]",
|
||||||
|
"eco": "Eco",
|
||||||
|
"electric": "Electric",
|
||||||
|
"gas": "Gas",
|
||||||
|
"high_demand": "High Demand",
|
||||||
|
"heat_pump": "Heat Pump",
|
||||||
|
"performance": "Performance"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -4,5 +4,16 @@
|
|||||||
"turn_off": "Turn off {entity_name}",
|
"turn_off": "Turn off {entity_name}",
|
||||||
"turn_on": "Turn on {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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user