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/",