Support for schedules provided by Abfallkalender Würzburg, serving the City of Würzburg.
waste_collection_schedule:
sources:
- name: wuerzburg_de
args:
district: ADDRESS
street: STREET
district and street can be used independently, only one is required. If set, priority will be given to street.
district
(string) (required) - if street is empty
street
(string) (required) - if district is empty
Both examples will yield the same result.
waste_collection_schedule:
sources:
- name: wuerzburg_de
args:
district: "Altstadt"
waste_collection_schedule:
sources:
- name: wuerzburg_de
args:
street: "Juliuspromenade"
The source argument is either district or street as displayed in the web form at Abfallkalender Würzburg. Exact match is required.