Change illuminance threshold for hallway and kitchen automations
This commit is contained in:
parent
3b5e742d67
commit
8b08b246ee
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user