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 = {
|
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" = {
|
||||||
|
|
Loading…
Reference in a new issue