+LED Streifen Olymp

This commit is contained in:
Ranlvor 2018-08-14 15:00:57 +02:00
parent 774a447288
commit 2b3e69cf6d
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -214,6 +214,7 @@ const config: Config = {
tasmota.topics("2", "olymp_printer"),
tasmota.topics("6", "snackbar"),
tasmota.topics("7", "infoscreen"),
tasmota.topics("8", "led_olymp"),
//Kuechen-Floalts
floalt.topics("65537"),
@ -250,6 +251,20 @@ const config: Config = {
},
]
},
led_olymp: {
name: "LED Olymp",
position: [196, 154],
icon: mdi("white-balance-iridescent"),
iconColor: tasmota.icon_color("led_olymp", rainbow),
ui: [
{
type: "toggle",
text: "LED Olymp",
topic: "led_olymp",
icon: mdi("power")
}
]
},
snackbar: {
name: "Snackbar",
position: [510, 500],