Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.49 KB

abfallwirtschaft_vechta_de.md

File metadata and controls

62 lines (44 loc) · 1.49 KB

AWB Abfallwirtschaft Vechta

Support for schedules provided by AWB Abfallwirtschaft Vechta, serving Landkreis Vechta, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: abfallwirtschaft_vechta_de
      args:
        stadt: STADT
        strasse: STRASSE
        

Configuration Variables

stadt
(String) (required)

strasse
(String) (required)

Example

waste_collection_schedule:
    sources:
    - name: abfallwirtschaft_vechta_de
      args:
        stadt: Vechta
        strasse: An der Hasenweide
        

How to get the source argument

Find the parameter of your address using https://www.abfallwirtschaft-vechta.de/index.php/termine/abfuhrkalender and write them exactly like on the web page.

Filtering

This source returns multiple paper pickup types you probably want only one of them detailed information Configuring Source(s)

Filtering Example

hiding Siemer Altpapier

waste_collection_schedule:
    sources:
    - name: abfallwirtschaft_vechta_de
      args:
        stadt: Vechta
        strasse: An der Hasenweide
      customize:
        - type: Altpapier 1 Siemer
          show: false
        - type: Altpapier 2 Siemer
          show: false