add LK Neumarkt, Germany

This commit is contained in:
5ila5
2024-09-19 16:18:32 +02:00
committed by 5ila5
parent e8a316f68a
commit a414dba607
8 changed files with 239 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
# Landkreis Neumarkt
Support for schedules provided by [Landkreis Neumarkt](https://www.abfuhrplan-landkreis-neumarkt.de), serving Landkreis Neumarkt, Germany.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: abfuhrplan_landkreis_neumarkt
args:
city: CITY (Gmeinde/Ort)
street: STREET (Straße)
```
### Configuration Variables
**city**
*(String) (required)*
**street**
*(String) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: abfuhrplan_landkreis_neumarkt
args:
city: dietfurt
street: industriestrasse
```
## How to get the source argument
Find the parameter of your address using [https://www.abfuhrplan-landkreis-neumarkt.de](https://www.abfuhrplan-landkreis-neumarkt.de) and write them exactly like on the web page.