living room occupancy stay on while the projector is on

This commit is contained in:
2026-07-21 10:57:13 +02:00
parent 7f7738ff1b
commit e4c63e19a0
+4 -1
View File
@@ -40,10 +40,13 @@ occupancy_sensors:
default_values: default_values:
binary_sensor.someone_home: off binary_sensor.someone_home: off
binary_sensor.projector_on: off
sensors: sensors:
binary_sensor.living_room_occupancy: binary_sensor.living_room_occupancy:
trigger_conditions: sensor.living_room_last_motion <= 5 trigger_conditions:
- sensor.living_room_last_motion <= 5
- binary_sensor.projector_on
binary_sensor.kitchen_occupancy: binary_sensor.kitchen_occupancy:
trigger_conditions: sensor.kitchen_last_motion <= 5 trigger_conditions: sensor.kitchen_last_motion <= 5
binary_sensor.garage_occupancy: binary_sensor.garage_occupancy: