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