mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
1.3 KiB
1.3 KiB
AbfallNavi.de
Support for schedules provided by Abfallnavi.de. The service is hosted under regioit.de.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: abfallnavi_de
args:
service: SERVICE
ort: SERVICE
strasse: STRASSE
hausnummer: hausnummer
Configuration Variables
service
(string) (required)
ort
(string) (required)
strasse
(string) (required)
hausnummer
(string | Integer) (optional)
Example
waste_collection_schedule:
sources:
- name: abfallnavi_de
args:
service: coe
ort: Coesfeld
strasse: Ahornweg
How to get the source arguments
There is a script with an interactive command line interface which generates the required source configuration:
First, install the Python module inquirer. Then run this script from a shell and answer the questions.