From 82d371238717be283ca5848ff90472c413c6f973 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 12 Aug 2021 23:15:36 +0200 Subject: [PATCH] Lower illuminance to trigger turning lights on --- configuration/automations/bedroom-motion.yaml | 2 +- configuration/automations/hallway-motion.yaml | 2 +- configuration/automations/kitchen-motion.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/automations/bedroom-motion.yaml b/configuration/automations/bedroom-motion.yaml index ae2820d..7f8f591 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: '25' + below: '21' - condition: state entity_id: input_select.home_mode state: Day diff --git a/configuration/automations/hallway-motion.yaml b/configuration/automations/hallway-motion.yaml index 5e5dcd1..e005971 100644 --- a/configuration/automations/hallway-motion.yaml +++ b/configuration/automations/hallway-motion.yaml @@ -31,7 +31,7 @@ state: 'off' - condition: numeric_state entity_id: sensor.kitchen_motion_luminance - below: '25' + below: '21' sequence: - service: light.turn_on entity_id: light.hallway_light diff --git a/configuration/automations/kitchen-motion.yaml b/configuration/automations/kitchen-motion.yaml index b7fc072..c4e85d9 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_luminance - below: '25' + below: '21' sequence: - choose: - conditions: