mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
1.1 KiB
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:
First, install the Python module inquirer. Then run this script from a shell and answer the questions.