1
0
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:
Paul Bottein
2026-03-25 18:53:52 +01:00
committed by GitHub
parent ec7aaeb8e2
commit 6260bd9abc

View File

@@ -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"
},