mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
- rename source: only top-level domain is necessary - fix issue with non-ascii characters in ICS UID field - split waste types
949 B
949 B
Abfuhrkalender Nürnberger Land
Support for schedules provided by https://abfuhrkalender.nuernberger-land.de.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: nuernberger_land_de
args:
id: ID
Configuration Variables
id (integer) (required) : The unique 8-digit identifier of your street section
Example
waste_collection_schedule:
sources:
- name: nuernberger_land_de
args:
id: 14579001
How to get the source arguments
- Open https://abfuhrkalender.nuernberger-land.de/#waste_calendar/calendar.
- Fill out the filter fields on the page.
- Right click the button "Termine in den Kalender importieren" and select "Copy link address". You should get something like this
https://abfuhrkalender.nuernberger-land.de/waste_calendar/ical?id=14579001 - Copy the id number at the end of the link to your configuration file.