mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
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>
This commit is contained in:
@@ -21,6 +21,12 @@ waste_collection_schedule:
|
||||
**city**
|
||||
*(string) (optional)*
|
||||
|
||||
**district**
|
||||
*(string) (optional) not supported by all clients*
|
||||
|
||||
**street**
|
||||
*(string) (optional) not supported by all clients*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
@@ -30,11 +36,31 @@ waste_collection_schedule:
|
||||
args:
|
||||
client: "Landkreis Hildburghausen"
|
||||
city: "Gompertshausen"
|
||||
```
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: muellabfuhr_de
|
||||
args:
|
||||
client: Saalekreis
|
||||
city: kabelsketal
|
||||
district: Großkugel
|
||||
street: Am markt
|
||||
```
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: muellabfuhr_de
|
||||
args:
|
||||
client: saalekreis
|
||||
city: Kabelsketal
|
||||
district: kleinkugel
|
||||
```
|
||||
|
||||
## How to get the source arguments
|
||||
|
||||
goto [muellabfuhr-deutschland](https://portal.muellabfuhr-deutschland.de/)
|
||||
first copy the name of the client.
|
||||
second copy the name of the city or area
|
||||
second copy the name of the `city`/area (, `district` and `street` if provided)
|
||||
|
||||
Reference in New Issue
Block a user