New Source: FKF Budaörs, HU (#1224)

* add source fkf_bo_hu and add hungary to list of countries

* remove failing tests

* fix source name in example config
This commit is contained in:
TMShader
2023-09-05 17:35:25 +02:00
committed by GitHub
parent 2433c6bee1
commit 08f0660e71
5 changed files with 125 additions and 0 deletions

29
doc/source/fkf_bo_hu.md Normal file
View File

@@ -0,0 +1,29 @@
# FKF Budaörs
Support for schedules provided by [FKF Budaörs](https://www.fkf.hu/hulladeknaptar-budaors), serving Budaörs, HU.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: fkf_bo_hu
args:
street: FULL_STREET_NAME
```
### Configuration Variables
**STREET**
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: fkf_bo_hu
args:
street: "Templom tér"
```