From 75d6b885cfa8483c337433c4b81613816c399983 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 18 Jun 2025 09:23:37 +0200 Subject: [PATCH] Fix typo in state name references of `homee` (#146905) Fix typo in state references Replace wrong semicolons with colon. --- homeassistant/components/homee/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/homee/strings.json b/homeassistant/components/homee/strings.json index b5849f8b1a6..8b10b3ebb8a 100644 --- a/homeassistant/components/homee/strings.json +++ b/homeassistant/components/homee/strings.json @@ -177,9 +177,9 @@ "state_attributes": { "event_type": { "state": { - "upper": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::upper%]", - "lower": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::lower%]", - "released": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::released%]" + "upper": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::upper%]", + "lower": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::lower%]", + "released": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::released%]" } } } @@ -189,7 +189,7 @@ "state_attributes": { "event_type": { "state": { - "release": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::released%]", + "release": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::released%]", "up": "Up", "down": "Down", "stop": "Stop",