Make the linter happy

This commit is contained in:
Ranlvor 2020-10-17 16:50:21 +02:00
parent 263507871b
commit 3fd432b2d2
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

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