Ring binary sensor ding

Hi,

i am using the ring binary sensor to send a tts message to alexa.

  - alias: 'Gartentor Klingel'
    trigger:
    - platform: state
      entity_id: binary_sensor.ring_gartentor_ding
      from: 'off'
      to: 'on'
  action:
    service: shell_command.ring_sh

Unfortunately, the sensor remains in the status “ON” and will be reset after about 2 minutes. So it is not possible to ring again until the sensor has been reset.

Is there a way to avoid that?

Thanks in advance!