Migrated to independent light toggling on switch side

This commit is contained in:
2026-06-29 15:59:44 +01:00
parent 0e15fdaa1f
commit 09db152a61
+2 -4
View File
@@ -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