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%]" } } }