Reset alert timer posible?

Hi All,

I wonder if it is possible to reset the countdown timer for the alert configuration.
We got a motion sensor at the garage door. When there is motion, then someone is busy and there is no need to alert us. Every time the motion is detected the alert timer should be reset.

Any options how to do this? Is this even possible?

alert:
  garage_door:
    name: Garagedoor is open
    done_message: Garagedoor is closed
    entity_id: binary_sensor.garagedoor
    state: 'on'
    repeat: 10
    can_acknowledge: true
    skip_first: true
    notifiers:
      - syno_my_chat

I would like something similar… I always forget to turn the garage lights off. I’d like a timer that starts when the lights are turned on (already tracked in HA) and alerts me if they aren’t turned off after x min. Did you get anywhere with your alert automation?