From 8831f4116cbb66818bd18d20e44df63109989722 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Fri, 3 Feb 2023 14:54:55 +0100 Subject: [PATCH] Update illuminance for 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 0d3956a..f72d037 100644 --- a/configuration/automations/hallway.yaml +++ b/configuration/automations/hallway.yaml @@ -52,7 +52,7 @@ condition: - condition: numeric_state entity_id: sensor.office_illuminance - below: '150' + below: '170' action: - service: script.hallway_lights_on diff --git a/configuration/automations/kitchen-motion.yaml b/configuration/automations/kitchen-motion.yaml index ffa2045..c38cd7f 100644 --- a/configuration/automations/kitchen-motion.yaml +++ b/configuration/automations/kitchen-motion.yaml @@ -14,7 +14,7 @@ - conditions: - condition: numeric_state entity_id: sensor.office_illuminance - below: '150' + below: '170' sequence: - service: script.kitchen_lights_on