mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
14 lines
775 B
YAML
14 lines
775 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`
|
|
default_params:
|
|
regex: "^(\\w*) \\d* .*"
|
|
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* .*" |