From eab431f13b3ab55e1bedc14936944337dcf2465e Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 15 Jan 2022 14:37:46 +0100 Subject: [PATCH] show office led lwt because it takes a few seconds to respond to a brightness request when current state ist standby, but it immediatly leaves standby giving feedback that something is happening --- config/uwap-home/index.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index 32b8085..f71d364 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -463,6 +463,13 @@ const config: Config = { }, defaultValue: "0" }, + wled_office_lwt: { + state: { + name: "home-rust/led-strip-office/lwt", + type: types.string + }, + defaultValue: "unknown" + }, twitch_status_uwap: { state: { name: "tele/twitch/uwap", @@ -806,6 +813,12 @@ const config: Config = { icon: svg(icons.mdiBrightness7), topic: "wled_office_brightness" }, + { + type: "text", + text: "Status", + icon: svg(icons.mdiRefresh), + topic: "wled_office_lwt" + }, { type: "link", link: "http://192.168.0.66/",