Ignore state for switch rflink switch

Hi all,

Is there a way to ignore the rflink switch state.
So when I have a action with turn on rflink switch it will always fire when I switch it on. Even when switch state is on in HA already?

Already tried with button_pressed ?

- id: '1567517606058'
  alias: Deurbel
  trigger:
  - event_data:
      entity_id: switch.deurbel
    event_type: button_pressed
    platform: event
  condition: []
  action:
  - data:
      message: Deurbel om {{ now().strftime("%H:%M:%S") }}
      title: Deurbel om {{ now().strftime("%H:%M:%S") }}
    service: notify.notifier_doorbell

tried it. Didn’t work.

In Domoticz it doesn’t matter when you hit switch to turn it on or off.
State was showing that switch was on, but accept the signal always.

HA doesn’t react anymore when state is already on or off, depends what you pushed on the switch.

What exactly do you want to do ?