1
0

Hallway allow to turn off lights when camera is unavailable

This commit is contained in:
Przemek Grondek 2024-01-24 23:08:18 +01:00
parent 6cb23d8c84
commit 24957da360

View File

@ -56,12 +56,16 @@
- condition: state
entity_id: binary_sensor.hallway_motion_sensor
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