Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.28 KB

File metadata and controls

52 lines (40 loc) · 1.28 KB

Landkreis Northeim (unofficial)

This source retrieves waste collection schedules for Landkreis Northeim, Germany, from the unofficial community service at abfall.nerdbridge.de.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: nerdbridge_de
      args:
        municipality: MUNICIPALITY

Configuration Variables

municipality (string) (required)

Name of your municipality, exactly as shown on abfall.nerdbridge.de. For example: Einbeck (Bezirk 2), Bad Gandersheim, Northeim (Bezirk 1).

How to get the configuration arguments

  1. Go to https://abfall.nerdbridge.de/.
  2. Select your municipality from the drop-down list.
  3. Copy the municipality name exactly as it appears in the list and use it as the municipality parameter.

Examples

waste_collection_schedule:
  sources:
    - name: nerdbridge_de
      args:
        municipality: Einbeck (Bezirk 2)
waste_collection_schedule:
  sources:
    - name: nerdbridge_de
      args:
        municipality: Bad Gandersheim
waste_collection_schedule:
  sources:
    - name: nerdbridge_de
      args:
        municipality: Northeim (Bezirk 1)