fix Non-string literal property keys not supported
This commit is contained in:
parent
5e9081ced9
commit
f1ffe78a40
1 changed files with 11 additions and 11 deletions
|
|
@ -335,17 +335,17 @@ const config: Config = {
|
||||||
text: "Modus",
|
text: "Modus",
|
||||||
topic: "snackbar_scheme",
|
topic: "snackbar_scheme",
|
||||||
options: {
|
options: {
|
||||||
0: "Single Color",
|
"0": "Single Color",
|
||||||
2: "Cycle RGB",
|
"2": "Cycle RGB",
|
||||||
3: "Cycle RBG",
|
"3": "Cycle RBG",
|
||||||
4: "Random cycle Random",
|
"4": "Random cycle Random",
|
||||||
6: "Incandescent Pattern",
|
"6": "Incandescent Pattern",
|
||||||
7: "RGB Pattern",
|
"7": "RGB Pattern",
|
||||||
8: "Christmas Pattern",
|
"8": "Christmas Pattern",
|
||||||
9: "Hanukkah Pattern",
|
"9": "Hanukkah Pattern",
|
||||||
10: "Kwanzaa Pattern",
|
"10": "Kwanzaa Pattern",
|
||||||
11: "Rainbow Pattern",
|
"11": "Rainbow Pattern",
|
||||||
12: "Fire Pattern"
|
"12": "Fire Pattern"
|
||||||
},
|
},
|
||||||
icon: mdi("settings"),
|
icon: mdi("settings"),
|
||||||
enableCondition: ({ snackbar_led_online }) => snackbar_led_online != "Offline"
|
enableCondition: ({ snackbar_led_online }) => snackbar_led_online != "Offline"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue