pepe: moved lamp around

This commit is contained in:
Ingolf Wagner 2020-04-13 12:50:25 +02:00
parent 8e80705889
commit 53d1a138a7
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -3,13 +3,13 @@ let
sonoffSwitches = { sonoffSwitches = {
"pal01" = { "pal01" = {
label = "Schlafzimmer Lampe"; label = "Schlafzimmer Lampe Links";
icon = "mdi:lightbulb-on"; icon = "mdi:lightbulb-on";
room = "bed_room"; room = "bed_room";
type = "light"; type = "light";
}; };
"pal02" = { "pal02" = {
label = "Schlafzimmer Lampe"; label = "Schlafzimmer Lampe Bett";
icon = "mdi:lightbulb-on"; icon = "mdi:lightbulb-on";
room = "bed_room"; room = "bed_room";
type = "light"; type = "light";
@ -21,9 +21,9 @@ let
type = "light"; type = "light";
}; };
"pal04" = { "pal04" = {
label = "Wohnzimmer Lampe"; label = "Schlafzimmer Lampe Rechts";
icon = "mdi:lightbulb-on"; icon = "mdi:lightbulb-on";
room = "living_room"; room = "bed_room";
type = "light"; type = "light";
}; };
"pal05" = { "pal05" = {