Change illuminance threshold for hallway and kitchen automations
This commit is contained in:
parent
3b5e742d67
commit
8b08b246ee
@ -35,7 +35,7 @@
|
||||
condition:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
below: '200'
|
||||
below: '400'
|
||||
action:
|
||||
- service: script.hallway_lights_on
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
- conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
below: '200'
|
||||
below: '400'
|
||||
sequence:
|
||||
- service: script.kitchen_lights_on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user