Hello everyone,
I currently have some automation for my robot vacuum, for it to clean different rooms based on day and time.
i.E., an automation that runs at 21:45 every evening to clean the kitchen.
What I would like to know is: if the robot is busy (or other custom conditions) what is the best way to make the automation wait or reschedule it after 5-10 mins? Currently, if the robot is busy, the automation starts but fail in the execution. At the end, the robot will not clean the kitchen.
Actually there is no way to make an if/else block in automation, am I right? In this way, I thought I could recall the automation after 5 minutes and continuing so indefinitely.