#Condition of Seasons

4 messages · Page 1 of 1 (latest)

covert flame
#

Hello,
I'm trying to make automations for my roller shutters and I wanted to make two different automations that would trigger only on certain months of the year.

One would work only between March and September, and the other after September to the end of February. At the end of February it would be another season, etc. How do I achieve this? I can't seem to figure out a proper way and I'm extremely new with templating to figure out a way to sweatyman

fluid kestrel
#

use the choose action and set the conditons on each choose to be the seasons that that action needs

junior root
#

{{ now().month in [9,10,11,12,1,2] }}