Make the linter happy
This commit is contained in:
parent
263507871b
commit
3fd432b2d2
1 changed files with 4 additions and 4 deletions
|
|
@ -214,7 +214,7 @@ const config: Config = {
|
||||||
...topicBulbNumber("office", "brightness"),
|
...topicBulbNumber("office", "brightness"),
|
||||||
...topicTasmota("speakerOffice", "sonoff-office-speaker"),
|
...topicTasmota("speakerOffice", "sonoff-office-speaker"),
|
||||||
...topicHomeBoolean("officeSwitchPollingActive", "switch/office/polling",
|
...topicHomeBoolean("officeSwitchPollingActive", "switch/office/polling",
|
||||||
true)
|
true)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
controls: {
|
controls: {
|
||||||
|
|
@ -583,12 +583,12 @@ const config: Config = {
|
||||||
name: "Ledstreifen Wohnzimmer",
|
name: "Ledstreifen Wohnzimmer",
|
||||||
position: [450, 73],
|
position: [450, 73],
|
||||||
icon: svg(icons.mdiWhiteBalanceIridescent),
|
icon: svg(icons.mdiWhiteBalanceIridescent),
|
||||||
iconColor: ({ledstrip_livingroomState}) =>
|
iconColor: ({ledstripLivingroomState}) =>
|
||||||
(ledstrip_livingroomState === "on" ? hex("#00FF00") : hex("#000000")),
|
(ledstripLivingroomState === "on" ? hex("#00FF00") : hex("#000000")),
|
||||||
ui: ([
|
ui: ([
|
||||||
{
|
{
|
||||||
type: "toggle",
|
type: "toggle",
|
||||||
topic: "ledstrip_livingroomState",
|
topic: "ledstripLivingroomState",
|
||||||
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