pepe: moved lamp around
This commit is contained in:
parent
8e80705889
commit
53d1a138a7
1 changed files with 4 additions and 4 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue