bruxy70 / Holidays

📅 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)
MIT License
44 stars 11 forks source link

Add New Year's Eve as a holiday option #33

Closed tkdrob closed 2 years ago

tkdrob commented 2 years ago

Before you submit a new bug report, please check that

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Add New Year's Eve as a holiday option. Some services do not run on that day. Maybe call it New Year's (observed).

Describe alternatives you've considered

I could try using the exclude blueprint but that currently requires the year and does not move collection to the next available non-holiday

Additional context

I am in NJ USA

bruxy70 commented 2 years ago

The integration does not really control what days are listed as holidays and which are not. It merely passes the holidays generated by the standard holidays library. If they have a bug in there, you might want to report it there? Thanks!

tkdrob commented 2 years ago

Thanks. I was not exactly sure about that.