Fix spelling error the linter tempted me to do

This commit is contained in:
Ranlvor 2020-10-17 19:06:49 +02:00
parent 3fd432b2d2
commit 550e0c7479
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -583,12 +583,14 @@ const config: Config = {
name: "Ledstreifen Wohnzimmer",
position: [450, 73],
icon: svg(icons.mdiWhiteBalanceIridescent),
iconColor: ({ledstripLivingroomState}) =>
(ledstripLivingroomState === "on" ? hex("#00FF00") : hex("#000000")),
/* eslint-disable camelcase */
iconColor: ({ledstrip_livingroomState}) =>
(ledstrip_livingroomState === "on" ? hex("#00FF00") : hex("#000000")),
/* eslint-enable camelcase */
ui: ([
{
type: "toggle",
topic: "ledstripLivingroomState",
topic: "ledstrip_livingroomState",
text: "Ein/Ausschalten",
icon: svg(icons.mdiPower)
},