Second Saturday of month ( GUI - Automation )

Hi

I need to trigger an event every second Saturday of the month let’s say around 8:00. I know i can do this with value_template in yml with some code ( enough examples available ) but i wonder if it could be easily done now from the gui ( just clicking instead of coding ). i could not find it so maybe not possible yet ).

Regards
Smikje

You still need to code it in the UI

This and this could help
{{ now().weekday() | int == 5 and now().strftime('%d') | int > 6 }}