This commit is contained in:
Ingolf Wagner 2020-05-03 06:56:16 +02:00
parent 2b8fef6473
commit b02627eda9
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -7,7 +7,9 @@ let
id = "0x7cb03eaa0a0347b5"; id = "0x7cb03eaa0a0347b5";
groups = [ groups = [
"floor_room" "floor_room"
"floor_room_bright" "floor_room_essential" "floor_room_lights" "floor_room_bright"
"floor_room_essential"
"floor_room_lights"
]; ];
}; };
"light_2" = { "light_2" = {
@ -16,17 +18,15 @@ let
}; };
"light_3" = { "light_3" = {
id = "0x7cb03eaa0a033a86"; id = "0x7cb03eaa0a033a86";
groups = [ groups = [ "living_room" "living_room_essential" "living_room_lights" ];
"living_room"
"living_room_essential" "living_room_lights"
];
}; };
"light_4" = { "light_4" = {
id = "0x7cb03eaa0a04aabf"; id = "0x7cb03eaa0a04aabf";
groups = [ groups = [
"bath_room" "bath_room"
"bath_room_bright" "bath_room_bright"
"bath_room_essential" "bath_room_lights" "bath_room_essential"
"bath_room_lights"
]; ];
}; };
"light_5" = { id = "0x7cb03eaa0a0346e4"; }; "light_5" = { id = "0x7cb03eaa0a0346e4"; };