From 001abdaccf5b21df646c0e942ed2717d8c412658 Mon Sep 17 00:00:00 2001 From: Virenbar Date: Sun, 23 Jun 2024 16:49:43 +0500 Subject: [PATCH] Fix generic thermostat string (#120235) --- homeassistant/components/generic_thermostat/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/generic_thermostat/strings.json b/homeassistant/components/generic_thermostat/strings.json index 27a563a9d8d..1ddd41de734 100644 --- a/homeassistant/components/generic_thermostat/strings.json +++ b/homeassistant/components/generic_thermostat/strings.json @@ -29,7 +29,7 @@ "away_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]", "comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]", "eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]", - "home_temp": "[%common::state::home%]", + "home_temp": "[%key:common::state::home%]", "sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]", "activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]" }