Migrated to independent light toggling on switch side
This commit is contained in:
@@ -4,8 +4,8 @@ blueprint:
|
|||||||
Turns lights on when an occupancy group sensor indicates presence. Turns
|
Turns lights on when an occupancy group sensor indicates presence. Turns
|
||||||
lights off when the group becomes inactive for the configured delay.
|
lights off when the group becomes inactive for the configured delay.
|
||||||
|
|
||||||
A physical switch input toggles the light on any flip and suppresses
|
A physical switch toggle suppresses sensor-based automation for a
|
||||||
sensor-based automation for a configurable period using a timer helper.
|
configurable period using a timer helper.
|
||||||
|
|
||||||
Create a 'Binary Sensor Group' helper for your room's sensors, and one
|
Create a 'Binary Sensor Group' helper for your room's sensors, and one
|
||||||
timer helper per room.
|
timer helper per room.
|
||||||
@@ -92,8 +92,6 @@ action:
|
|||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.id == 'manual_switch' }}"
|
value_template: "{{ trigger.id == 'manual_switch' }}"
|
||||||
sequence:
|
sequence:
|
||||||
- action: light.toggle
|
|
||||||
target: !input light_target
|
|
||||||
- action: timer.start
|
- action: timer.start
|
||||||
target:
|
target:
|
||||||
entity_id: !input override_timer
|
entity_id: !input override_timer
|
||||||
|
|||||||
Reference in New Issue
Block a user