#Notification in every 4 month

1 messages · Page 1 of 1 (latest)

covert grove
#

Hello, I wanted to make a notification that is sent every 4 months
in the wizard I can set only hours of minutes and seconds, More than 24 hours is not accepted

velvet dune
#

You can use a datetime helper, or just create a daily trigger but with a date condition

bitter portal
#

This is more of a #1284980040940912641 topic, but I think I would try to use a template trigger. This way you don't have to make a datetime helper but can have a bit more control of when the automation triggered. This is what I just used to test the concept. ```python
{{ now().month in [1, 5, 8] and now().day == 27 and now().hour == 5 and now().minute == 47 }}

#

Here's the entire automation: ```yaml
alias: Template automation
description: ""
triggers: