mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Add missing translation for water heater operation mode (#166501)
This commit is contained in:
@@ -101,6 +101,18 @@
|
||||
"min_temp": {
|
||||
"name": "Min target temperature"
|
||||
},
|
||||
"operation_mode": {
|
||||
"name": "Operation mode",
|
||||
"state": {
|
||||
"eco": "[%key:component::water_heater::entity_component::_::state::eco%]",
|
||||
"electric": "[%key:component::water_heater::entity_component::_::state::electric%]",
|
||||
"gas": "[%key:component::water_heater::entity_component::_::state::gas%]",
|
||||
"heat_pump": "[%key:component::water_heater::entity_component::_::state::heat_pump%]",
|
||||
"high_demand": "[%key:component::water_heater::entity_component::_::state::high_demand%]",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"performance": "[%key:component::water_heater::entity_component::_::state::performance%]"
|
||||
}
|
||||
},
|
||||
"target_temp_high": {
|
||||
"name": "Upper target temperature"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user