Hi gang. Apologies off the bat if this is in the wrong section to post...Quick question...I have the following automation which uses two helpers I set up, Halloween Start(with a date of 10/1/2024), and Halloween End(with a date of 10/31/2024)...Issue comes into play that I cant set the helper, or at least not that I know of, to use the current year so I dont have to go in after each October and change the year to the next. Is there a way to set the year as current in the helper, or do I need to get rid of the helper altogether and just add something like "10/1/*" and "10/31/"?
alias: Halloween Automation
description: ""
triggers:
- trigger: sun
event: sunset
offset: "00:10:00"
conditions: - condition: time
after: input_datetime.halloween_start
before: input_datetime.halloween_end
weekday:- sat
- fri
- thu
- wed
- tue
- mon
- sun
actions:
- action: scene.turn_on
metadata: {}
target:
entity_id: scene.turn_outside_lights_orange
mode: single