mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
* fix: add regex to edg_de documentation example * run ./update_docu_links.py --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
12 lines
731 B
YAML
12 lines
731 B
YAML
title: EDG Entsorgung Dortmund
|
|
url: https://www.edg.de/
|
|
howto: |
|
|
- Goto <https://www.edg.de/de/entsorgungsdienstleistungen/rein-damit/abfallkalender/abfallkalender.htm> and select your location and press `weiter`.
|
|
- Click on `URL in die Zwischenablage kopieren` to copy the ical url.
|
|
- Replace the `url` in the example configuration with this link.
|
|
- Leave the `regex` untouched
|
|
- You can use the different types as `Bioabfall`, `Altpapier`, `Restabfall` and `Wertstoffe`
|
|
test_cases:
|
|
Baackweg 1:
|
|
url: "https://kundenportal.edg.de/WasteManagementDortmund/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=1271001001&AboID=66930&Fra=P;R;B;W"
|
|
regex: "^(\\w*) \\d* .*" |