From b8e9079cee5114040195c639da02bcc8afda1dbd Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 6 Dec 2020 23:54:46 +0100 Subject: [PATCH] hass: add a motion sensor to office --- configs/pepe/home-assistant/light-control.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";