Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1022 Bytes

landkreis_wittmund_de.md

File metadata and controls

52 lines (41 loc) · 1022 Bytes

Landkreis-Wittmund.de

Support for schedules provided by Landkreis-Wittmund.de located in Lower Saxony, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: landkreis_wittmund_de
      args:
        city: Werdum
        # optional
        # street: street name

Configuration Variables

city
(string) (required)

street
(string) (optional)

Example

waste_collection_schedule:
  sources:
    - name: landkreis_wittmund_de
      args:
        city: Werdum

Use sources.customize to filter or rename the waste types:

waste_collection_schedule:
  sources:
    - name: landkreis_wittmund_de
      args:
        city: Werdum
      calendar_title: Abfallkalender
      customize:
        # rename types to shorter name
        - type: Restmülltonne
          alias: Restmüll
        
        # hide unwanted types
        - type: Baum- und Strauchschnitt
          show: false