Ok I was wondering is the following possible with rules:
I have a doorbell that triggers a 433mhz signal from a remote (with a relais).
This is picked up by my pimatic and triggers a rule that makes a light flash, makes a snapshot with a camera and also sends a pushover message to my phone and smartwatch.
All of this is working great but only issue is that if a person pushes the physical doorbell button multiple times it also triggers the rule multiple times.
Is a debouncing possible within rules?
Something like: if doorbell button is pressed within 5 seconds after rule x was triggered then do nothing.
Hope somebody has an idea
Thanks!