Files
hacs_waste_collection_schedule/doc/source/awbkoeln_de.md
mampfes 231696f822 replace package with waste_collection_schedule
in all markdown files and comments
2021-04-03 11:47:42 +02:00

1.1 KiB

Abfallwirtschaftsbetriebe Köln

Support for schedules provided by awbkoeln.de.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: awbkoeln_de
      args:
        street_code: STREET_CODE
        building_number: BUILDING_NUMBER

Configuration Variables

street_code
(string) (required)

building_number
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: awbkoeln_de
      args:
        street_code: 4272
        building_number: 10

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

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