add reso_gmbh_de

This commit is contained in:
5ila5
2024-07-15 23:52:23 +02:00
committed by 5ila5
parent c09a208b65
commit a15edae4d5
5 changed files with 219 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
# RESO
Support for schedules provided by [RESO](https://reso-gmbh.de), serving Multiple cities in Germany.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: reso_gmbh_de
args:
ort: ORT
ortsteil: ORTSTEIL
```
### Configuration Variables
**ort**
*(String) (required)*
**ortsteil**
*(String) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: reso_gmbh_de
args:
ort: Reichelsheim
ortsteil: Kerngemeinde
```
## How to get the source argument
Find the parameter of your address using [https://www.reso-gmbh.de/abfuhrplaene/](https://www.reso-gmbh.de/abfuhrplaene/) and write them exactly like on the web page.