bruxy70 / Garbage-Collection

🗑 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)
MIT License
383 stars 90 forks source link

Annual date format #448

Closed MarcinKnD closed 1 year ago

MarcinKnD commented 1 year ago

Before you submit a new bug report, please check that

Write your question here

What is a correct format to set annual dates?

I tried format : 2023-05-05,2023-06-08 and 05/05,06/08 and both have format error. Single date in format 05/05 is ok, but how to input few dates? what is correct format to separate dates? 2023-01-02 (2) 2023-01-02 (3)

bruxy70 commented 1 year ago

Annual calendar is for events that re-occur once a year at the same date. So it is configured the way you describe, without the year. What you try to do could be done with a manual update, but it is too complicated. I suggest you use the Home Assistant built-in calendar, it does it all.