From feab178361612b6f466bc9edea76b2cdd35242aa Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 12 Dec 2021 23:19:49 +0100 Subject: [PATCH] Lower illuminance threshold to 16 in bedroom and kitchen --- configuration/automations/bedroom-motion.yaml | 2 +- configuration/automations/kitchen-motion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/bedroom-motion.yaml b/configuration/automations/bedroom-motion.yaml index 37376c4..1b7fc0a 100644 --- a/configuration/automations/bedroom-motion.yaml +++ b/configuration/automations/bedroom-motion.yaml @@ -9,7 +9,7 @@ condition: - condition: numeric_state entity_id: sensor.bedroom_motion_illuminance - below: '21' + below: '16' - condition: state entity_id: input_select.home_mode state: Day diff --git a/configuration/automations/kitchen-motion.yaml b/configuration/automations/kitchen-motion.yaml index 736825e..46a20f0 100644 --- a/configuration/automations/kitchen-motion.yaml +++ b/configuration/automations/kitchen-motion.yaml @@ -14,7 +14,7 @@ state: Day - condition: numeric_state entity_id: sensor.kitchen_motion_sensor_illuminance - below: '21' + below: '16' sequence: - choose: - conditions: