reformat
This commit is contained in:
parent
2b8fef6473
commit
b02627eda9
1 changed files with 6 additions and 6 deletions
|
@ -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"; };
|
||||||
|
|
Loading…
Reference in a new issue