Hi all,
I’m using an event (DoorBird motion) to set a binary_sensor and use it as presence for lightning at the front door, as per this example: https://www.home-assistant.io/integrations/template/#turning-an-event-into-a-trigger-based-binary-sensor
When the event fires again before the auto_off is hit, it does not extend the time.
My goal is to just add 60 seconds to the auto_off time every time motion is detected
Is this possible? How?