From db8980246bf4ca04b96fc8af0245b254fa5a3ffe Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 31 Aug 2023 14:29:24 +0200 Subject: [PATCH] Add entity component translation for water heater away mode attribute (#99394) --- homeassistant/components/water_heater/strings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/homeassistant/components/water_heater/strings.json b/homeassistant/components/water_heater/strings.json index 5ddb61d28b0..6991d371bd3 100644 --- a/homeassistant/components/water_heater/strings.json +++ b/homeassistant/components/water_heater/strings.json @@ -16,6 +16,15 @@ "high_demand": "High Demand", "heat_pump": "Heat Pump", "performance": "Performance" + }, + "state_attributes": { + "away_mode": { + "name": "Away mode", + "state": { + "off": "Off", + "on": "On" + } + } } } },