diff --git a/configs/pepe/home-assistant/light-control.nix b/configs/pepe/home-assistant/light-control.nix index e6ef40f..34b0871 100644 --- a/configs/pepe/home-assistant/light-control.nix +++ b/configs/pepe/home-assistant/light-control.nix @@ -58,19 +58,22 @@ topic = "zigbee2mqtt/motion_sensor_1"; rooms = [ "kitchen_room" ]; }) + (motion { + topic = "zigbee2mqtt/motion_sensor_3"; + rooms = [ "living_room" ]; + }) (motion { topic = "zigbee2mqtt/motion_sensor_4"; rooms = [ "living_room" ]; }) (motion { topic = "zigbee2mqtt/motion_sensor_5"; - rooms = [ "living_room" ]; + rooms = [ "bath_room" ]; }) (motion { topic = "zigbee2mqtt/motion_sensor_8"; rooms = [ "bath_room" ]; }) - (door { topic = "zigbee2mqtt/door_sensor_2"; rooms = [ "floor_room" ];