Hello! I’m trying to create an automation for a reminder on changing a filter on the 15th day every March, June, September, and December.
Coding will look like this in plain English:
================================
At 9 AM
Conditions:
Day = 15
and
Month = ‘March’ or ‘June’ or ‘September’ or ‘December’
Action:
Call service to notify me via email
===========================================