Skip to content

Commit

Permalink
Fixed wrong URL
Browse files Browse the repository at this point in the history
abfallwirtschaft-enzkreis.de is the new domain
  • Loading branch information
JavanXD authored Nov 28, 2024
1 parent c64f405 commit 477f6b6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/ics/entsorgung_regional_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Abfallwirtschaft Enzkreis is supported by the generic [ICS](/doc/source/ics.md)

## How to get the configuration arguments

- Go to <https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html> and select your location.
- Go to <https://www.abfallwirtschaft-enzkreis.de/entsorgung/leerungstermine/terminservice-ics-datei.html> and select your location.
- Select all waste types (or at least the ones you want to be reminded of).
- Replace the `url` in the example configuration with this link.
- Do not forget the method and params parameter.
Expand All @@ -22,7 +22,19 @@ waste_collection_schedule:
method: POST
params:
ICS_DOWNLOAD: 3def184ad8f4755ff269862ea77393dd
url: "https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Engelsbrand&icsortsteil=Salmbach&icsabfallart[]=Bioabfall&icsabfallart[]=Elektrogro\xDF\
url: "https://www.abfallwirtschaft-enzkreis.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Engelsbrand&icsortsteil=Salmbach&icsabfallart[]=Bioabfall&icsabfallart[]=Elektrogro\xDF\
ger\xE4te&icsabfallart[]=Glas&icsabfallart[]=LVP&icsabfallart[]=Papier&icsabfallart[]=Restm\xFC\
ll&icsabfallart[]=Schadstoff&icsabfallart[]=Sperrm\xFCll"
```
### Neuhausen - Schellbronn
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
method: POST
params:
ICS_DOWNLOAD: 3def184ad8f4755ff269862ea77393dd
url: "https://www.abfallwirtschaft-enzkreis.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Neuhausen&icsortsteil=Schellbronn&icsabfallart%5B%5D=Glas&icsabfallart%5B%5D=LVP&icsabfallart%5B%5D=Papier&icsabfallart%5B%5D=Restm%C3%BCll"
```

0 comments on commit 477f6b6

Please sign in to comment.