I’m looking for a way to delay the re-execution of an automation. Any suggestions? UI or YAML ok. Thanks.
If it is a set amount of time, is you know how long you want to delay it, then make the automation mode single, then at the end of the automation, add a delay in actions, the last action.
This will result on the automation only run once at a time, and when it completes your desired action, the last action will be to delay the fix amount of time you want to wait before it is triggered again.
1 Like
There are also other modes than just single.
1 Like
Thank you!