mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
1.1 KiB
1.1 KiB
Wolfsburger Abfallwirtschaft und Straßenreinigung
Support for schedules provided by WAS-Wolfsburg.de.
Please note that WAS Wolfsburg provides 2 different schedules: One for "Restabfall - Bioabfall - Altpapier" and one for "Gelber Sack". This source fetches both schedules and merges it into one.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: was_wolfsburg_de
args:
city: CITY
street: STREET
Configuration Variables
city
(string) (required)
street
(string) (required)
Example
waste_collection_schedule:
sources:
- name: was_wolfsburg_de
args:
city: Barnstorf
street: Bahnhofspassage
How to get the source arguments
| Argument | Description |
|---|---|
| city | Full district name as shown in the Gelber Sack web page. (can be left out if you do not want to fetch Gelber Sack) |
| street | Full street name as shown in the Restabfall/Bioabfall/Altpapier web page. (can be left out if you ONLY want to fetch Gelber Sack) |