Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.12 KB

stuttgart_de.md

File metadata and controls

41 lines (29 loc) · 1.12 KB

Abfallwirtschaft Stuttgart

Support for schedules provided by stuttgart.de.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: stuttgart_de
      args:
        street: ORT_SEL
        streetnr: STR_SEL

Configuration Variables

street
(string) (required)

streetnr
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: stuttgart_de
      args:
        street: Im Steinengarten
        streetnr: 7

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/stuttgart_de.py.

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