From 9e05aa2d1f91beb67ddf52266fa6e07081babadf Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Mon, 15 Mar 2021 18:20:10 +0100 Subject: [PATCH] Update state translation strings for water_heater (#46588) --- homeassistant/components/water_heater/strings.json | 11 +++++++++++ .../components/water_heater/translations/en.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/homeassistant/components/water_heater/strings.json b/homeassistant/components/water_heater/strings.json index 8f5709ac155..71fc1dc9328 100644 --- a/homeassistant/components/water_heater/strings.json +++ b/homeassistant/components/water_heater/strings.json @@ -4,5 +4,16 @@ "turn_on": "Turn on {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" + } } } \ No newline at end of file diff --git a/homeassistant/components/water_heater/translations/en.json b/homeassistant/components/water_heater/translations/en.json index d6abfbb995d..6885fcb198e 100644 --- a/homeassistant/components/water_heater/translations/en.json +++ b/homeassistant/components/water_heater/translations/en.json @@ -4,5 +4,16 @@ "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" + } } } \ No newline at end of file