Hello Friends,
I hope someone can help me out, my google-fu left me
I have realised a doorbell via a Raspberry GPIO and after some issues with the python script that does the ringing everythings working fine - but (of course, but):
I would like HASS to not even trigger the event until X seconds after the last time it was triggered.
Or, more generic: Iām looking for something like:
`conditions:
state: trigger.last_used
seconds: 30
`
I could create a workaround with a template and a script, I think - but this seems like an overkill
Any hints are very welcome!
Thanks,
bahmi