mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add frankenberg_de
This commit is contained in:
45
doc/source/frankenberg_de.md
Normal file
45
doc/source/frankenberg_de.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Stadt Frankenberg (Eder)
|
||||
|
||||
Support for schedules provided by [Stadt Frankenberg (Eder)](https://www.frankenberg.de/), serving Stadt Frankenberg (Eder), Germany.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: frankenberg_de
|
||||
args:
|
||||
district: DISTRICT (Stadtteil)
|
||||
street: STREET (Straße)
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**district**
|
||||
*(String) (required)*
|
||||
|
||||
**street**
|
||||
*(String) (optional): only required if asked for a street on the webpage*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: frankenberg_de
|
||||
args:
|
||||
district: Viermünden
|
||||
```
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: frankenberg_de
|
||||
args:
|
||||
district: FKB-Kernstadt
|
||||
street: Futterhof
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
Find the parameter of your address using [https://abfall.frankenberg.de/online-dienste/](https://abfall.frankenberg.de/online-dienste/) and write them exactly like on the web page.
|
||||
Reference in New Issue
Block a user