Hi guys,
I’m wondering if it’s possible to create an automation which checks if a certain time has passed.
I’m aware of the possibility to check if the time is exactly e.g. 12 o’clock, however I want to make sure that e.g. if Home Assistant has been offline between 11am and 1pm, the automation will still be triggered.
What I got so far:
platform: time
at: "12:00:00"
Now, is there something like
platform: time
after: "12:00:00"
before: "16:00:00"
?
Use case: I’m using a controllable electric switch for my pool pump which I don’t want to be running all day just because my Home Assistant has crashed somewhere in between 11:59 and 13:01.
Thanks a lot.
1 post - 1 participant