+LED Streifen Olymp (#70)
* +LED Streifen Olymp * Rotate LED Olymp by 45°
This commit is contained in:
parent
5c1f3458ec
commit
d9f4ca7998
1 changed files with 15 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ const config: Config = {
|
||||||
tasmota.topics("2", "olymp_printer"),
|
tasmota.topics("2", "olymp_printer"),
|
||||||
tasmota.topics("6", "snackbar"),
|
tasmota.topics("6", "snackbar"),
|
||||||
tasmota.topics("7", "infoscreen"),
|
tasmota.topics("7", "infoscreen"),
|
||||||
|
tasmota.topics("8", "led_olymp"),
|
||||||
|
|
||||||
//Kuechen-Floalts
|
//Kuechen-Floalts
|
||||||
floalt.topics("65537"),
|
floalt.topics("65537"),
|
||||||
|
|
@ -257,6 +258,20 @@ const config: Config = {
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
led_olymp: {
|
||||||
|
name: "LED Olymp",
|
||||||
|
position: [196, 154],
|
||||||
|
icon: mdi("white-balance-iridescent rotate-45"),
|
||||||
|
iconColor: tasmota.icon_color("led_olymp", rainbow),
|
||||||
|
ui: [
|
||||||
|
{
|
||||||
|
type: "toggle",
|
||||||
|
text: "LED Olymp",
|
||||||
|
topic: "led_olymp",
|
||||||
|
icon: mdi("power")
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
snackbar: {
|
snackbar: {
|
||||||
name: "Snackbar",
|
name: "Snackbar",
|
||||||
position: [510, 500],
|
position: [510, 500],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue