Kodi-Lampen-Einbindung ist jetzt abschaltbar
This commit is contained in:
parent
edbcafdd37
commit
23156e939a
1 changed files with 17 additions and 0 deletions
|
|
@ -99,6 +99,17 @@ const config: Config = {
|
|||
},
|
||||
defaultValue: "OFF"
|
||||
},
|
||||
livingroomKodiControlled: {
|
||||
state: {
|
||||
name: "home-rust/bulb/livingroom/kodi-controlled",
|
||||
type: types.option({ true: "on", false: "off" })
|
||||
},
|
||||
command: {
|
||||
name: "home-rust/bulb/livingroom/kodi-controlled/set",
|
||||
type: types.option({ on: "true", off: "false" })
|
||||
},
|
||||
defaultValue: "OFF"
|
||||
},
|
||||
bedroomWakeup: {
|
||||
state: {
|
||||
name: "home-rust/wakeup",
|
||||
|
|
@ -241,6 +252,12 @@ const config: Config = {
|
|||
text: "Ein/Ausschalten",
|
||||
icon: mdi("power")
|
||||
},
|
||||
{
|
||||
type: "toggle",
|
||||
topic: "livingroomKodiControlled",
|
||||
text: "Kodi Einbindung",
|
||||
icon: mdi("brightness-auto")
|
||||
},
|
||||
{
|
||||
type: "slider",
|
||||
min: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue