mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add reso_gmbh_de
This commit is contained in:
39
doc/source/reso_gmbh_de.md
Normal file
39
doc/source/reso_gmbh_de.md
Normal 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.
|
||||
Reference in New Issue
Block a user