Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis (#1782)

* Abfallwirtschaftsbetrieb UHK Herbsleben added

* all villages added

* Shortened testcases and added {%Y} in docs/cases

* final update_doc_links run

* add split_at param

---------

Co-authored-by: Rene Lange <rene.lange@deutschebahn.com>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
rine77
2024-02-15 19:23:33 +01:00
committed by GitHub
parent cadd49026a
commit 02a265d4a5
5 changed files with 90 additions and 1 deletions

View File

@@ -0,0 +1,64 @@
# Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis
Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description.
## How to get the configuration arguments
- Goto <https://www.abfallwirtschaft-uhk.de/kopie-tourenpl%C3%A4ne-als-icalendar-f%C3%BCr-das-jahr-2022> and select your municipality (2022 in URL is right!).
- Right-click on your city/county and copy link address.
- Replace the year in the `url` with `{%Y}`.
- Replace the `url` in the example configuration with this link.
## Examples
### Altengottern
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Altengottern.ics
```
### Bad Langensalza Stadttour 3
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/LST3.ics
```
### Herbsleben
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Herbsleben.ics
```
### Thamsbrück
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Thamsbrueck.ics
```
### Urleben
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Urleben.ics
```