📅 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)
Is your feature request related to a problem? Please describe.
currently attribute next_date shows date and time (e.g. 25. Dezember 2024 um 00:00 Weihnachten), but date is 25.Dec 2024 only, no need for the time 00:00
Describe the solution you'd like
attribute suggestion (german locality):
next_date: 25. Dezember 2024
next_time: 00:00
next_datetime: 25. Dezember 2024 um 00:00
Before you submit a new bug report, please check that
Is your feature request related to a problem? Please describe.
currently attribute next_date shows date and time (e.g. 25. Dezember 2024 um 00:00 Weihnachten), but date is 25.Dec 2024 only, no need for the time 00:00
Describe the solution you'd like
attribute suggestion (german locality): next_date: 25. Dezember 2024 next_time: 00:00 next_datetime: 25. Dezember 2024 um 00:00
Describe alternatives you've considered
no other suggestion
Additional context
No response