Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.26 KB

wermelskirchen_de.md

File metadata and controls

42 lines (31 loc) · 1.26 KB

Wermelskirchen Abfallkalender

Support for schedules provided by Abfallkalender Wermelskirchen located in NRW, Germany.

Limitations

The used api (ics) only provides future waste collection dates.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: wermelskirchen_de
      args:
        street: Telegrafenstraße
        house_number: "10"
      customize:
        - type: Restabfall 2-woechentlich
          alias: Restabfall
          show: false
        - type: Restabfall 4-woechentlich
          alias: Restabfall
          show: true
        - type: Restabfall 6-woechentlich
          alias: Restabfall
          show: false

Configuration Variables

street
(string) (required)

house_number
(string) (required)

How to get the source arguments

Set your street and your house number. Should they not work, check on Abfallkalender Wermelskirchen and use the closest entries.

Depending on your booked schedule for "Restabfall"/"Restmüll" you should set show in one of the types to true and the others to false.