From e4c63e19a07dc29afc4cace1dca142f81fbc0a60 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 21 Jul 2026 10:57:13 +0200 Subject: [PATCH] living room occupancy stay on while the projector is on --- apps/global/presence.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: