mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
1.11k stars 669 forks source link

Fix SBAZV Provider #3041

Closed Maddimax closed 4 days ago

Maddimax commented 1 week ago

The "api" of SBAZV has changed (see #2870). I used @rmi1974 solution and changed it so the user can simply enter the URL he copied from the Website.

5ila5 commented 1 week ago

This source just fetches the ICS url, the user need to get anyway. We allready have mechanism for providers providing a ICS file. As it looks like we cannot migrate users gracefully, there is not really a need for a dedicated source.

We probably should remove this source in favor of a ICS source which is a YAML file which generates documentation on how to configure the ICS source for this service provider. A script also creates links to the README.md and in the configuration GUI based on this yaml file. here is a guide on how to create a ICS source: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/contributing_ics.md

Maddimax commented 6 days ago

Thanks for the tip! I changed it to an ics source.

5ila5 commented 4 days ago

Thanks for your contribution