I would like my automation to watch a directory. If there's a update, then the rest of the automation runs, but only during the night.
I could use a directory watch trigger to run the automation immediately after a change, or use the schedule-trigger to run the automation during the night, but how can I combine those triggers?
Thanks, Vera