Fix translation keys in Hue (#101403)

hue: fix key string syntax
This commit is contained in:
Øyvind Matheson Wergeland
2023-10-04 18:43:53 +02:00
committed by GitHub
parent 2d766d43fc
commit 1d7d7c3540

View File

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