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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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