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
This commit is contained in:
parent
53911db686
commit
eab431f13b
1 changed files with 13 additions and 0 deletions
|
|
@ -463,6 +463,13 @@ const config: Config = {
|
||||||
},
|
},
|
||||||
defaultValue: "0"
|
defaultValue: "0"
|
||||||
},
|
},
|
||||||
|
wled_office_lwt: {
|
||||||
|
state: {
|
||||||
|
name: "home-rust/led-strip-office/lwt",
|
||||||
|
type: types.string
|
||||||
|
},
|
||||||
|
defaultValue: "unknown"
|
||||||
|
},
|
||||||
twitch_status_uwap: {
|
twitch_status_uwap: {
|
||||||
state: {
|
state: {
|
||||||
name: "tele/twitch/uwap",
|
name: "tele/twitch/uwap",
|
||||||
|
|
@ -806,6 +813,12 @@ const config: Config = {
|
||||||
icon: svg(icons.mdiBrightness7),
|
icon: svg(icons.mdiBrightness7),
|
||||||
topic: "wled_office_brightness"
|
topic: "wled_office_brightness"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
text: "Status",
|
||||||
|
icon: svg(icons.mdiRefresh),
|
||||||
|
topic: "wled_office_lwt"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
link: "http://192.168.0.66/",
|
link: "http://192.168.0.66/",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue