mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
adding entsorgung_regional_de ICS source
This commit is contained in:
@@ -267,6 +267,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [AbfallNavi (RegioIT.de)](/doc/source/abfallnavi_de.md) / regioit.de
|
||||
- [Abfalltermine Forchheim](/doc/source/abfalltermine_forchheim_de.md) / abfalltermine-forchheim.de
|
||||
- [Abfallwirtschaft Alb-Donau-Kreis](/doc/source/buergerportal_de.md) / aw-adk.de
|
||||
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaft Germersheim](/doc/source/abfallwirtschaft_germersheim_de.md) / abfallwirtschaft-germersheim.de
|
||||
- [Abfallwirtschaft Isar-Inn](/doc/source/awido_de.md) / awv-isar-inn.de
|
||||
|
||||
28
doc/ics/entsorgung_regional_de.md
Normal file
28
doc/ics/entsorgung_regional_de.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Abfallwirtschaft Enzkreis
|
||||
|
||||
Abfallwirtschaft Enzkreis 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.entsorgung-regional.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.
|
||||
|
||||
## Examples
|
||||
|
||||
### Engelsbrand
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
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\
|
||||
ger\xE4te&icsabfallart[]=Glas&icsabfallart[]=LVP&icsabfallart[]=Papier&icsabfallart[]=Restm\xFC\
|
||||
ll&icsabfallart[]=Schadstoff&icsabfallart[]=Sperrm\xFCll"
|
||||
```
|
||||
13
doc/ics/yaml/entsorgung_regional_de.yaml
Normal file
13
doc/ics/yaml/entsorgung_regional_de.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
title: Abfallwirtschaft Enzkreis
|
||||
url: https://www.entsorgung-regional.de/
|
||||
howto: |
|
||||
- Goto <https://www.entsorgung-regional.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.
|
||||
test_cases:
|
||||
Engelsbrand:
|
||||
url: "https://www.entsorgung-regional.de/entsorgung/leerungstermine/terminservice-ics-datei.html?icsgemeinde=Engelsbrand&icsortsteil=Salmbach&icsabfallart[]=Bioabfall&icsabfallart[]=Elektrogroßgeräte&icsabfallart[]=Glas&icsabfallart[]=LVP&icsabfallart[]=Papier&icsabfallart[]=Restmüll&icsabfallart[]=Schadstoff&icsabfallart[]=Sperrmüll"
|
||||
method: POST
|
||||
params:
|
||||
ICS_DOWNLOAD: 3def184ad8f4755ff269862ea77393dd
|
||||
@@ -22,6 +22,7 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
- [Abfallbehandlungsgesellschaft Havelland mbH (abh)](/doc/ics/abfall_havelland_de.md) / abfall-havelland.de
|
||||
- [Abfallentsorgung Kreis Kassel](/doc/ics/abfall_kreis_kassel_de.md) / abfall-kreis-kassel.de
|
||||
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaft Landkreis Haßberg](/doc/ics/awhas_de.md) / awhas.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
|
||||
Reference in New Issue
Block a user