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 = {
"pal01" = {
label = "Schlafzimmer Lampe";
label = "Schlafzimmer Lampe Links";
icon = "mdi:lightbulb-on";
room = "bed_room";
type = "light";
};
"pal02" = {
label = "Schlafzimmer Lampe";
label = "Schlafzimmer Lampe Bett";
icon = "mdi:lightbulb-on";
room = "bed_room";
type = "light";
@ -21,9 +21,9 @@ let
type = "light";
};
"pal04" = {
label = "Wohnzimmer Lampe";
label = "Schlafzimmer Lampe Rechts";
icon = "mdi:lightbulb-on";
room = "living_room";
room = "bed_room";
type = "light";
};
"pal05" = {