diff --git a/configs/pepe/home-assistant/zigbee2mqtt/lights.nix b/configs/pepe/home-assistant/zigbee2mqtt/lights.nix index 2d80961..02375f0 100644 --- a/configs/pepe/home-assistant/zigbee2mqtt/lights.nix +++ b/configs/pepe/home-assistant/zigbee2mqtt/lights.nix @@ -7,7 +7,9 @@ let id = "0x7cb03eaa0a0347b5"; groups = [ "floor_room" - "floor_room_bright" "floor_room_essential" "floor_room_lights" + "floor_room_bright" + "floor_room_essential" + "floor_room_lights" ]; }; "light_2" = { @@ -16,17 +18,15 @@ let }; "light_3" = { id = "0x7cb03eaa0a033a86"; - groups = [ - "living_room" - "living_room_essential" "living_room_lights" - ]; + groups = [ "living_room" "living_room_essential" "living_room_lights" ]; }; "light_4" = { id = "0x7cb03eaa0a04aabf"; groups = [ "bath_room" "bath_room_bright" - "bath_room_essential" "bath_room_lights" + "bath_room_essential" + "bath_room_lights" ]; }; "light_5" = { id = "0x7cb03eaa0a0346e4"; };