Make the linter happy
This commit is contained in:
parent
263507871b
commit
3fd432b2d2
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue