Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.19 KB

a_region_ch.md

File metadata and controls

52 lines (38 loc) · 1.19 KB

A-Region, Switzerland

Support for schedules provided by A-Region.ch

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: a_region_ch
      args:
        municipality: MUNICIPALITY
        district: DISTRICT

Configuration Variables

municipality
(string) (required)

district
(string) (optional) Some municipalities (like Rorschach) are separated into districts for several waste types (e.g. Hauskehricht and Papier, Karton).

Examples

Municipality without extra districts:

waste_collection_schedule:
  sources:
    - name: a_region_ch
      args:
        municipality: Andwil

Municipality with extra districts:

waste_collection_schedule:
  sources:
    - name: a_region_ch
      args:
        municipality: Rorschach
        district: Unteres Stadtgebiet

How to get the source argument

Open Abfallkalender A-Region which shows a list of all municipalities. Select your municipality from the list. Some municipalities are separated into districts. Check for all waste types and add district if needed.