Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.09 KB

stadtreinigung_hamburg.md

File metadata and controls

41 lines (29 loc) · 1.09 KB

Stadtreinigung Hamburg

Add support for schedules provided by stadtreinigung.hamburg.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: stadtreinigung_hamburg
      args:
        asId: ASID
        hnId: HNID

Configuration Variables

asId
(string) (required)

hnId
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: stadtreinigung_hamburg
      args:
        asId: 5087
        hnId: 113084

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

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