From 3fd432b2d2510ee9446fde114664c3263f2ba5bd Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 17 Oct 2020 16:50:21 +0200 Subject: [PATCH] Make the linter happy --- config/uwap-home/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index cb5294e..b0118af 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -214,7 +214,7 @@ const config: Config = { ...topicBulbNumber("office", "brightness"), ...topicTasmota("speakerOffice", "sonoff-office-speaker"), ...topicHomeBoolean("officeSwitchPollingActive", "switch/office/polling", - true) + true) } ], controls: { @@ -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) },