Files
hacs_waste_collection_schedule/doc/source/asr_chemnitz_de.md
snzyeee d700ca12d3 Update asr_chemnitz_de.md
Fixed a typo in the Link.
2023-11-03 07:45:10 +01:00

987 B

ASR Stadt Chemnitz

Support for schedules provided by ASR Stadt Chemnitz, serving Chemnitz, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: asr_chemnitz_de
      args:
        street: STRAßE
        house_number: "HAUSNUMMER"
        object_number: "OBJEKT NUMMER"
        

Configuration Variables

street
(String) (required)

house_number
(String | Integer) (required)

object_number
(String | Integer) (optional)

only needed if the selecter asks after entering the house number for an object number

Example

waste_collection_schedule:
    sources:
    - name: asr_chemnitz_de
      args:
        street: Hübschmannstr.
        house_number: "4"
        

How to get the source argument

Find the parameter of your address using https://www.asr-chemnitz.de/kundenportal/entsorgungskalender and write them exactly like on the web page.