From 8b08b246ee5303f3514818a373f1c0029ed6e53b Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 25 Apr 2023 17:17:03 +0200 Subject: [PATCH] Change illuminance threshold for hallway and kitchen automations --- configuration/automations/hallway.yaml | 2 +- configuration/automations/kitchen-motion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/hallway.yaml b/configuration/automations/hallway.yaml index cb00299..a707a92 100644 --- a/configuration/automations/hallway.yaml +++ b/configuration/automations/hallway.yaml @@ -35,7 +35,7 @@ condition: - condition: numeric_state entity_id: sensor.office_illuminance - below: '200' + below: '400' action: - service: script.hallway_lights_on diff --git a/configuration/automations/kitchen-motion.yaml b/configuration/automations/kitchen-motion.yaml index d1945bd..fed87d3 100644 --- a/configuration/automations/kitchen-motion.yaml +++ b/configuration/automations/kitchen-motion.yaml @@ -17,7 +17,7 @@ - conditions: - condition: numeric_state entity_id: sensor.office_illuminance - below: '200' + below: '400' sequence: - service: script.kitchen_lights_on