add frankenberg_de

This commit is contained in:
5ila5
2024-08-08 16:51:53 +02:00
committed by 5ila5
parent 9d2f3e12c1
commit 62d9e9b629
5 changed files with 234 additions and 1 deletions

View 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.