Files
hacs_waste_collection_schedule/doc/source/abfallnavi_de.md
mampfes 44feb9e3ef add source for abfallnavi.de
This source replaces the regioit.de source
2020-06-16 14:55:31 +02:00

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:

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

Just run this script from a shell and answer the questions.