mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 00:04:11 +01:00
The ID format to identify your street / collection tour has changed from 8 digits to 2-8 digits from 2024 on
976 B
976 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 11-digit identifier of your street section
Example
waste_collection_schedule:
sources:
- name: nuernberger_land_de
args:
id: 88-14592001
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=88-14592001&filter=rm:bio:p:dsd:poison - Copy the id number out of the link to your configuration file.