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