From 6260bd9abc2370cdf6ea354f7003cdecd7b4ce2c Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Wed, 25 Mar 2026 18:53:52 +0100 Subject: [PATCH] Add missing translation for water heater operation mode (#166501) --- homeassistant/components/water_heater/strings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homeassistant/components/water_heater/strings.json b/homeassistant/components/water_heater/strings.json index c77a1612992..ce5f81e29f8 100644 --- a/homeassistant/components/water_heater/strings.json +++ b/homeassistant/components/water_heater/strings.json @@ -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" },