fix aha_region_de + add ladeort argument

This commit is contained in:
5ila5
2024-08-02 22:06:02 +02:00
committed by 5ila5
parent ab14459e60
commit 21c8269958
2 changed files with 65 additions and 36 deletions

View File

@@ -30,8 +30,13 @@ waste_collection_schedule:
**zusatz**
*(String | Integer) (optional)*
**ladeort**
*(String | Integer) (optional)* Only required if you need to specify a Abholpaltz on the website
## Example
## Most addresses
```yaml
waste_collection_schedule:
sources:
@@ -44,6 +49,19 @@ waste_collection_schedule:
```
## Addresses requirering Abholpaltz
```yaml
waste_collection_schedule:
sources:
- name: aha_region_de
args:
gemeinde: Gehrden
strasse: Kirchstr. / Gehrden
hnr: "1"
ladeort: "Kirchstr. 6, Gehrden / Gehrden"
```
## How to get the source argument
Find the parameter of your address using [https://www.aha-region.de/abholtermine/abfuhrkalender](https://www.aha-region.de/abholtermine/abfuhrkalender) and write them exactly like on the web page.