From 1d7d7c3540bdad3e7a03a1fbcc8eec3dc18833f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Matheson=20Wergeland?= Date: Wed, 4 Oct 2023 18:43:53 +0200 Subject: [PATCH] Fix translation keys in Hue (#101403) hue: fix key string syntax --- homeassistant/components/hue/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hue/strings.json b/homeassistant/components/hue/strings.json index a095c290b12..1af6d3b58b5 100644 --- a/homeassistant/components/hue/strings.json +++ b/homeassistant/components/hue/strings.json @@ -108,8 +108,8 @@ "switch": { "automation": { "state": { - "on": "[%key:common::state::enabled%", - "off": "[%key:common::state::disabled%" + "on": "[%key:common::state::enabled%]", + "off": "[%key:common::state::disabled%]" } } }