Files
hacs_waste_collection_schedule/doc/source/nuernberger_land_de.md
mampfes 2d4237ff07 refactor nuernberger_land_de
- rename source: only top-level domain is necessary
- fix issue with non-ascii characters in ICS UID field
- split waste types
2023-01-03 14:53:44 +01:00

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

  1. Open https://abfuhrkalender.nuernberger-land.de/#waste_calendar/calendar.
  2. Fill out the filter fields on the page.
  3. 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
  4. Copy the id number at the end of the link to your configuration file.