But I get following error on log:
Error doing job: Exception in callback async_track_utc_time_change..pattern_time_change_listener()
Can anyone help me?
Thank you,
Federico
With the latest relase, now() in templates is evaluated every minute if nothing else in the template changes. Does this not apply to template triggers?
Why make such a complicated template instead of something like:
"{{ now().day == 10 and now().hour == 20 and now().minute == 0 }}"
Well many thanks to both of you for the fast answers. You will probably have understood that I’m not at easy at all with the use of templates (by the way in case you had a suggestion about a link where I could start learning something I would be grateful). As a matter of fact I started searching for a solution which would trigger an automation every 20 days but in the end I had to give it up due to my poor knowledge and tried for something easier which was a trigger every month on the same day, and although I agree that Burningstone’s template is much simpler and even elegant I must say that my proposed solution appeared to have no problem on the developer’s test bench. But anyway the main problem seems to be what Tinkerer mentioned, so his answer will be considered the correct one although then I used the first part of the template suggested by Burningstone in the condition.