mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
1.1 KiB
1.1 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
strasse: STRASSE
hausnummer: hausnummer
Configuration Variables
service
(string) (required)
strasse
(integer) (required)
hausnummer
(integer) (optional)
Example
waste_collection_schedule:
sources:
- name: abfallnavi_de
args:
service: lindlar
strasse: 53585
How to get the source arguments
There is a script with an interactive command line interface which generates the required source configuration:
Just run this script from a shell and answer the questions.