Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 883 Bytes

awb_bad_kreuznach_de.md

File metadata and controls

44 lines (33 loc) · 883 Bytes

AWB Bad Kreuznach

Support for schedules provided by AWB Bad Kreuznach, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: awb_bad_kreuznach_de
      args:
        ort: ORT
        strasse: STRASSE
        nummer: NUMMER

Configuration Variables

ort
(string) (required)

strasse
(string) (required)

nummer
(integer) (required)

Example

waste_collection_schedule:
  sources:
    - name: awb_bad_kreuznach_de
      args:
        ort: "Hargesheim"
        strasse: "Winzenheimer Straße"
        nummer: 16

How to get the source arguments

  1. Go to your calendar at https://app.awb-bad-kreuznach.de/.
  2. Enter your location.
  3. Copy the exact values from the 3 textboxes as ort, strasse and nummer in the source configuration.