Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.04 KB

alw_wf_de.md

File metadata and controls

41 lines (31 loc) · 1.04 KB

ALW Wolfenbüttel

Support for schedules provided by ALW Wolfenbüttel, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: alw_wf_de
      args:
        ort: ORT
        strasse: STRASSE

Configuration Variables

ort
(string) (required)

strasse
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: alw_wf_de
      args:
        ort: "Linden mit Okertalsiedlung"
        strasse: "Am Buschkopf"

How to get the source arguments

  1. Go to the calendar.
  2. Select your location in the drop down menus.
    • Notice: The page reloads after selecting Ort, so wait for that before selecting Straße.
  3. Copy the exact values from the 2 drop down menus as ort and strasse in the source configuration.
    • In case you can only select the street Alle Straßen, then the strasse option does not matter (it is still required, just set it to something).