Update illuminance for automations
This commit is contained in:
parent
9e7401d133
commit
8831f4116c
@ -52,7 +52,7 @@
|
|||||||
condition:
|
condition:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
below: '150'
|
below: '170'
|
||||||
action:
|
action:
|
||||||
- service: script.hallway_lights_on
|
- service: script.hallway_lights_on
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
- conditions:
|
- conditions:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
below: '150'
|
below: '170'
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.kitchen_lights_on
|
- service: script.kitchen_lights_on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user