Rejecting callsign for a doorbell (HIKVision integration)

Hi all guys, I’ve been using the integration from Fabio (GitHub - pergolafabio/Hikvision-Addons) with great pleasure. Ringing on my Google Nest is working when somebody press the button on the doorbell and when somebody wants to open door a motion detector stops the ringing of the doorbell.

On this last automation I have a question. Rejecting the call status by the motion sensors also works when nobody is ringing on the doorbell. So everytime the motion sensor picks up a motion I recieve a message on my phone by the HIK connect app that a call is canceld. So what condition do I have to add in the following:

alias: Deurbel uit bij beweging in hal
description: Deurbel uit bij beweging in hal
trigger:
  - platform: state
    entity_id:
      - binary_sensor.tz3000_nss8amz9_ts0202_iaszone
condition: []
action:
  - service: script.hassioaddon_stdin
    data: {}
mode: single