Files
hacs_waste_collection_schedule/doc/source/muellabfuhr_de.md
MedicusOne 55847a4448 Update muellabfuhr_de.py (#1511)
* Update muellabfuhr_de.py

Add missing parameter "district" and "street" for client "Kabelsketal".

* major reformatting + modifing .md

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2023-12-18 18:08:26 +01:00

1.3 KiB

Müllabfuhr-Deutschland

Support for schedules provided by muellabfuhr-deutschland.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: muellabfuhr_de
      args:
        client: CLIENT_NAME
        city: CITY_NAME

Configuration Variables

client
(string) (required)

city
(string) (optional)

district
(string) (optional) not supported by all clients

street
(string) (optional) not supported by all clients

Example

waste_collection_schedule:
  sources:
    - name: muellabfuhr_de
      args:
        client: "Landkreis Hildburghausen"
        city: "Gompertshausen"
waste_collection_schedule:
  sources:
    - name: muellabfuhr_de
      args:
        client: Saalekreis
        city: kabelsketal
        district: Großkugel
        street: Am markt
waste_collection_schedule:
  sources:
    - name: muellabfuhr_de
      args:
        client: saalekreis
        city: Kabelsketal
        district: kleinkugel

How to get the source arguments

goto muellabfuhr-deutschland first copy the name of the client. second copy the name of the city/area (, district and street if provided)