mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add source for Berliner Stadtreinigungsbetriebe / bsr.de
This commit is contained in:
41
doc/source/bsr_de.md
Normal file
41
doc/source/bsr_de.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Stadtreinigung.Hamburg
|
||||
|
||||
Add support for schedules provided by `Berliner Stadtreinigungsbetriebe`.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: bsr_de
|
||||
args:
|
||||
abf_strasse: STRASSE
|
||||
abf_hausnr: HAUSNR
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**abf_strasse**<br>
|
||||
*(string) (required)*
|
||||
|
||||
**abf_hausnr**<br>
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: bsr_de
|
||||
args:
|
||||
abf_strasse: "Bahnhofstr., 12159 Berlin (Tempelhof-Schöneberg)"
|
||||
abf_hausnr: 1
|
||||
```
|
||||
|
||||
## 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/bsr_de.py](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/package/wizard/bsr_de.py).
|
||||
|
||||
Just run this script from a shell and answer the questions.
|
||||
Reference in New Issue
Block a user