Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.3 KB

abfallnavi_de.md

File metadata and controls

50 lines (36 loc) · 1.3 KB

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:

https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/waste_collection_schedule/wizard/abfallnavi_de.py.

First, install the Python module inquirer. Then run this script from a shell and answer the questions.