mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
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:
64
doc/ics/abfallwirtschaft_uhk_de.md
Normal file
64
doc/ics/abfallwirtschaft_uhk_de.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user