mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
1.5 KiB
1.5 KiB
Zweckverband Abfallwirtschaft Region Hannover
Support for schedules provided by Zweckverband Abfallwirtschaft Region Hannover, serving the region around Hannover, Germany.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: aha_region_de
args:
gemeinde: Gemeinde
strasse: Straße
hnr: Hausnummer
zusatz: Adresszusatz
Configuration Variables
gemeinde
(String) (required)
strasse
(String) (required)
hnr
(String | Integer) (required)
zusatz
(String | Integer) (optional)
ladeort (String | Integer) (optional) Only required if you need to specify a Abholpaltz on the website
Example
Most addresses
waste_collection_schedule:
sources:
- name: aha_region_de
args:
gemeinde: Neustadt a. Rbge.
strasse: Am Rotdorn / Nöpke
hnr: "1"
zusatz: ""
Addresses requirering Abholpaltz
waste_collection_schedule:
sources:
- name: aha_region_de
args:
gemeinde: Gehrden
strasse: Kirchstr. / Gehrden
hnr: "1"
ladeort: "Kirchstr. 6, Gehrden / Gehrden"
How to get the source argument
Find the parameter of your address using https://www.aha-region.de/abholtermine/abfuhrkalender and write them exactly like on the web page.