Hi there!
I’m not new to home assistant but I am new to the automation world of HA.
Normally I always program things in Node-Red, now I would like to start making automations in HA itself.
What I would like to do is let the robot vacuum run when it has been 4 days or longer after the last run.
Whats the best way to make this? Can this be done in one automation or does it need helpers to save the last time it has cleaned?
What I was thinking now I make a automation to save the last time it has cleaned into a helper (thing i’m running into there is how to save the date and time).
And as second trigger when it is longer then 4 days ago.