Add delay for checking trigger, after trigger has been triggered

Hi

I have a 433MHz switch coupled with Home Assistant over MQTT
My problem is, that the 433MHz switch, will send it’s identifier multiple times per second, when it is pressed. This means that the trigger will trigger multiple times from a single click on the switch.

Basically, my question is, if it would be possible to add a delay, once the trigger has been trigger, before i will trigger again

My automation script in case you were wondering

automation:
trigger:
platform: mqtt
topic: 433MHz
payload: 15210182
action:
- service: light.toggle
entity_id: light.office_lights

1 Like

Thanks for finding that, looked for ages without any luck