mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Add source KWU Landkreis Oder-Spree
This commit is contained in:
30
doc/source/kwu_de.md
Normal file
30
doc/source/kwu_de.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# KWU Entsorgung
|
||||
|
||||
Support for schedules provided by [kwu-entsorgung.de](https://www.kwu-entsorgung.de/) located Landkreis Oder-Spree, Germany.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: kwu_de
|
||||
args:
|
||||
city: Bad Saarow
|
||||
street: Ahornallee
|
||||
number: 1
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**city**<br>
|
||||
*(string) (required)*
|
||||
|
||||
**street**<br>
|
||||
*(string) (required)*
|
||||
|
||||
**number**<br>
|
||||
*(string) (required)*
|
||||
|
||||
## How to get the source arguments
|
||||
|
||||
Visit (Entsorgungskalender)[`https://www.kwu-entsorgung.de/?page_id=337`] and search for your address. The `city`, `street` and `number` argument should exactly match the autocomplete result.
|
||||
Reference in New Issue
Block a user