add source for stadtreinigung.hamburg

This commit is contained in:
mampfes
2020-04-19 19:39:26 +02:00
parent b02b710c6d
commit 060d7c264e
5 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# Stadtreinigung.Hamburg
Add support for schedules provided by `Stadtreinigung.Hamburg`.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: stadtreinigung_hamburg
args:
asId: ASID
hnId: HNID
```
### Configuration Variables
**asId**<br>
*(string) (required)*
**hnId**<br>
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: stadtreinigung_hamburg
args:
asId: 5087
hnId: 113084
```
## How to get the source arguments
There is a script with an interactive command line interface which generates the required source configuration:
[https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/package/wizard/stadtreinigung_hamburg.py](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/package/wizard/stadtreinigung_hamburg.py).
Just run this script from a shell and answer the questions.