From f57bb035b36961b037af9095c492a11d372ff7a5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 26 Aug 2020 22:42:50 +0200 Subject: [PATCH] lightcontrol: ignore door sensors when outside. --- configs/pepe/home-assistant/light-control.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pepe/home-assistant/light-control.nix b/configs/pepe/home-assistant/light-control.nix index cf3cca9..7c16d3f 100644 --- a/configs/pepe/home-assistant/light-control.nix +++ b/configs/pepe/home-assistant/light-control.nix @@ -13,6 +13,7 @@ { name = "outside"; room_tracking_enabled = false; + ignored_sensors = ["zigbee2mqtt/door_sensor_4"]; } { name = "cooking";