mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add afvalstoffendiesnt.nl
This commit is contained in:
57
doc/source/afvalstoffendienst_nl.md
Normal file
57
doc/source/afvalstoffendienst_nl.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Afvalstoffendienst.nl
|
||||
|
||||
Support for schedules provided by [Afvallstoffendienst.nl](https://www.afvalstoffendienst.nl/), serving 's Hertogenbosch, Heusden, Vught, Oisterwijk, Altena, Bernheze. Netherlands.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: afvalstoffendienst_nl
|
||||
args:
|
||||
region: REGION
|
||||
postcode: POSTCODE
|
||||
house_number: "HOUSSE NUMBER (huisnummer)"
|
||||
addition: ADDITION (toevoeging)
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**region**
|
||||
*(String) (required)* should be one of `heusden`, `vught`, `oisterwijk`, `altena`, `bernheze`, `s-hertogenbosch`
|
||||
|
||||
**postcode**
|
||||
*(String) (required)*
|
||||
|
||||
**house_number**
|
||||
*(String | Integer) (required)*
|
||||
|
||||
**addition**
|
||||
*(String) (optional)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: afvalstoffendienst_nl
|
||||
args:
|
||||
region: s-hertogenbosch
|
||||
postcode: 5151MS
|
||||
house_number: "37"
|
||||
```
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: afvalstoffendienst_nl
|
||||
args:
|
||||
region: heusden
|
||||
postcode: 5256EJ
|
||||
house_number: 44
|
||||
addition: "C"
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
You can check weather your parameter return a valid result using the website <https://www.afvalstoffendienst.nl>
|
||||
Reference in New Issue
Block a user