ICS add steinburg_de

This commit is contained in:
5ila5
2024-06-21 18:21:24 +02:00
committed by 5ila5
parent 3571fadf36
commit 3f857659cc
5 changed files with 34 additions and 1 deletions

View File

@@ -794,6 +794,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Kreis Schaumburg](/doc/source/app_abfallplus_de.md) / Abfall+ App: aws
- [Kreis Sigmaringen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallappsig
- [Kreis Starnberg](/doc/source/app_abfallplus_de.md) / Abfall+ App: awistasta
- [Kreis Steinburg](/doc/ics/steinburg_de.md) / steinburg.de
- [Kreis Steinfurt](/doc/source/app_abfallplus_de.md) / Abfall+ App: egst
- [Kreis Südwestpfalz](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfalllkswp
- [Kreis Traunstein](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallappts

22
doc/ics/steinburg_de.md Normal file
View File

@@ -0,0 +1,22 @@
# Kreis Steinburg
Kreis Steinburg 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.steinburg.de/kreisverwaltung/informationen-der-fachaemter/amt-fuer-umweltschutz/abfallwirtschaft/abfuhrtermine/muellabfuhr.html> and select your location.
- Right-click, copy the link address of the `Als Kalenderdatei (.ics) herunterladen` link.
- Replace the `url` in the example configuration with this link.
## Examples
### Bekmünde Am Deich 1
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://abfall.steinburg.de/api_v2/collection_dates/1/ort/10/strasse/10/hausnummern/1/abfallarten/R02-B02-P04-D02-R04-R11-W0/kalender.ics
```

View File

@@ -0,0 +1,9 @@
title: Kreis Steinburg
url: https://steinburg.de
howto: |
- Goto <https://www.steinburg.de/kreisverwaltung/informationen-der-fachaemter/amt-fuer-umweltschutz/abfallwirtschaft/abfuhrtermine/muellabfuhr.html> and select your location.
- Right-click, copy the link address of the `Als Kalenderdatei (.ics) herunterladen` link.
- Replace the `url` in the example configuration with this link.
test_cases:
Bekmünde Am Deich 1:
url: "https://abfall.steinburg.de/api_v2/collection_dates/1/ort/10/strasse/10/hausnummern/1/abfallarten/R02-B02-P04-D02-R04-R11-W0/kalender.ics"

View File

@@ -195,6 +195,7 @@ This source has been successfully tested with the following service providers:
- [Heidelberg](/doc/ics/gipsprojekt_de.md) / heidelberg.de
- [Heinz-Entsorgung (Landkreis Freising)](/doc/ics/heinz_entsorgung_de.md) / heinz-entsorgung.de
- [Herten (durth-roos.de)](/doc/ics/herten_de.md) / herten.de
- [Kreis Steinburg](/doc/ics/steinburg_de.md) / steinburg.de
- [Kreisstadt Groß-Gerau](/doc/ics/gross_gerau_de.md) / gross-gerau.de
- [Landkreis Anhalt-Bitterfeld](/doc/ics/abikw_de.md) / abikw.de
- [Landkreis Böblingen](/doc/ics/abfall_app_net.md) / lrabb.de

File diff suppressed because one or more lines are too long