In between time

I’m trying to create a flow that only runs between certain hours. I want a motion sensor to only turn on the lights between 01:00 and 7:00. Is that possible? I can set a trigger time, but can’t find a way to set this more advanced.

You can add the time as a condition in the flow.
When: motion detected
And: time between 1:00 and 7:00
Then: turn on the light

Ah, the trigger differs between the ‘When’ and ‘And’ I should have seen that. I was doing it the wrong way. Thanks!

1 Like