diff --git a/configs/pepe/home-assistant/light-control.nix b/configs/pepe/home-assistant/light-control.nix index b898601..c64b63f 100644 --- a/configs/pepe/home-assistant/light-control.nix +++ b/configs/pepe/home-assistant/light-control.nix @@ -49,6 +49,10 @@ topic = "zigbee2mqtt/motion_sensor_2"; room = "office_room"; }) + (motion { + topic = "zigbee2mqtt/motion_sensor_6"; + room = "office_room"; + }) (motion { topic = "zigbee2mqtt/motion_sensor_7"; room = "sleeping_room";