Fix spelling error the linter tempted me to do
This commit is contained in:
parent
3fd432b2d2
commit
550e0c7479
1 changed files with 5 additions and 3 deletions
|
|
@ -583,12 +583,14 @@ const config: Config = {
|
||||||
name: "Ledstreifen Wohnzimmer",
|
name: "Ledstreifen Wohnzimmer",
|
||||||
position: [450, 73],
|
position: [450, 73],
|
||||||
icon: svg(icons.mdiWhiteBalanceIridescent),
|
icon: svg(icons.mdiWhiteBalanceIridescent),
|
||||||
iconColor: ({ledstripLivingroomState}) =>
|
/* eslint-disable camelcase */
|
||||||
(ledstripLivingroomState === "on" ? hex("#00FF00") : hex("#000000")),
|
iconColor: ({ledstrip_livingroomState}) =>
|
||||||
|
(ledstrip_livingroomState === "on" ? hex("#00FF00") : hex("#000000")),
|
||||||
|
/* eslint-enable camelcase */
|
||||||
ui: ([
|
ui: ([
|
||||||
{
|
{
|
||||||
type: "toggle",
|
type: "toggle",
|
||||||
topic: "ledstripLivingroomState",
|
topic: "ledstrip_livingroomState",
|
||||||
text: "Ein/Ausschalten",
|
text: "Ein/Ausschalten",
|
||||||
icon: svg(icons.mdiPower)
|
icon: svg(icons.mdiPower)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue