1
0

Change illuminance threshold for hallway and kitchen automations

This commit is contained in:
Przemek Grondek 2023-04-25 17:17:03 +02:00
parent 3b5e742d67
commit 8b08b246ee
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
condition: condition:
- condition: numeric_state - condition: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
below: '200' below: '400'
action: action:
- service: script.hallway_lights_on - service: script.hallway_lights_on

View File

@ -17,7 +17,7 @@
- conditions: - conditions:
- condition: numeric_state - condition: numeric_state
entity_id: sensor.office_illuminance entity_id: sensor.office_illuminance
below: '200' below: '400'
sequence: sequence:
- service: script.kitchen_lights_on - service: script.kitchen_lights_on