mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
ICS add steinburg_de
This commit is contained in:
@@ -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
22
doc/ics/steinburg_de.md
Normal 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
|
||||
```
|
||||
9
doc/ics/yaml/steinburg_de.yaml
Normal file
9
doc/ics/yaml/steinburg_de.yaml
Normal 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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user