Hallway allow to turn off lights when camera is unavailable
This commit is contained in:
parent
6cb23d8c84
commit
24957da360
@ -56,12 +56,16 @@
|
||||
- condition: state
|
||||
entity_id: binary_sensor.hallway_motion_sensor
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.hallway_person_occupancy
|
||||
state: "off"
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.hallway_person_occupancy
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.hallway_person_occupancy
|
||||
state: "Unavailable"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.presence_sensor_fp2_hallaway
|
||||
state: "off"
|
||||
action:
|
||||
- service: script.hallway_lights_off
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user