From e6262de5ab9fc885417055d4e43b591595b0fadf Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 16 Apr 2025 11:44:14 +0200 Subject: [PATCH] Use common state for "Manual" in `homee` (#143063) --- homeassistant/components/homee/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/homee/strings.json b/homeassistant/components/homee/strings.json index 806a21556cb3..756bdbdf9eb3 100644 --- a/homeassistant/components/homee/strings.json +++ b/homeassistant/components/homee/strings.json @@ -136,7 +136,7 @@ "state_attributes": { "preset_mode": { "state": { - "manual": "Manual" + "manual": "[%key:common::state::manual%]" } } }