mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
fix aha_region_de + add ladeort argument
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user