mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
add LK Neumarkt, Germany
This commit is contained in:
39
doc/source/abfuhrplan_landkreis_neumarkt_de.md
Normal file
39
doc/source/abfuhrplan_landkreis_neumarkt_de.md
Normal 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.
|
||||
Reference in New Issue
Block a user