From 09db152a61c12f94d470998c3f805f6e617907e7 Mon Sep 17 00:00:00 2001 From: Bohdan Bahno Date: Mon, 29 Jun 2026 15:59:44 +0100 Subject: [PATCH] Migrated to independent light toggling on switch side --- Occupancy_Lighting_with_Manual_Override.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Occupancy_Lighting_with_Manual_Override.yaml b/Occupancy_Lighting_with_Manual_Override.yaml index 29c3dc3..9041f80 100644 --- a/Occupancy_Lighting_with_Manual_Override.yaml +++ b/Occupancy_Lighting_with_Manual_Override.yaml @@ -4,8 +4,8 @@ blueprint: Turns lights on when an occupancy group sensor indicates presence. Turns lights off when the group becomes inactive for the configured delay. - A physical switch input toggles the light on any flip and suppresses - sensor-based automation for a configurable period using a timer helper. + A physical switch toggle suppresses sensor-based automation for a + configurable period using a timer helper. Create a 'Binary Sensor Group' helper for your room's sensors, and one timer helper per room. @@ -92,8 +92,6 @@ action: - condition: template value_template: "{{ trigger.id == 'manual_switch' }}" sequence: - - action: light.toggle - target: !input light_target - action: timer.start target: entity_id: !input override_timer