diff --git a/apps/global/presence.yaml b/apps/global/presence.yaml index 437a3c3..3c16a2e 100644 --- a/apps/global/presence.yaml +++ b/apps/global/presence.yaml @@ -40,10 +40,13 @@ occupancy_sensors: default_values: binary_sensor.someone_home: off + binary_sensor.projector_on: off sensors: 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: trigger_conditions: sensor.kitchen_last_motion <= 5 binary_sensor.garage_occupancy: