From c98efed4f5cd4dd968439fc233f5556064456796 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 2 Jun 2020 00:39:28 +0200 Subject: [PATCH] light-control: fix wrong room configuration --- configs/pepe/home-assistant/light-control.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" ];