mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add ICS Gelbersack-stuttgart.de
This commit is contained in:
@@ -673,6 +673,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Flensburg (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
- [Frankfurt (Oder)](/doc/source/app_abfallplus_de.md) / Abfall+ App: unterallgaeu
|
||||
- [Freiburg im Breisgau](/doc/source/app_abfallplus_de.md) / Abfall+ App: asf
|
||||
- [Gelber Sack Stuttgart](/doc/ics/gelbersack_stuttgart_de.md) / gelbersack-stuttgart.de
|
||||
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
|
||||
- [Gemeinde Blankenheim](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
- [Gemeinde Deggenhausertal](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
|
||||
22
doc/ics/gelbersack_stuttgart_de.md
Normal file
22
doc/ics/gelbersack_stuttgart_de.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Gelber Sack Stuttgart
|
||||
|
||||
Gelber Sack Stuttgart 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.gelbersack-stuttgart.de/abfuhrplan/> and select your location.
|
||||
- Right click -> copy the url of the `Termine in meinen Kalender eintragen` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### An der Burg
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.gelbersack-stuttgart.de/abfuhrplan/export/an-der-burg?type=201
|
||||
```
|
||||
9
doc/ics/yaml/gelbersack_stuttgart_de.yaml
Normal file
9
doc/ics/yaml/gelbersack_stuttgart_de.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
title: Gelber Sack Stuttgart
|
||||
url: https://gelbersack-stuttgart.de
|
||||
howto: |
|
||||
- Goto <https://www.gelbersack-stuttgart.de/abfuhrplan/> and select your location.
|
||||
- Right click -> copy the url of the `Termine in meinen Kalender eintragen` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
An der Burg:
|
||||
url: "https://www.gelbersack-stuttgart.de/abfuhrplan/export/an-der-burg?type=201"
|
||||
@@ -179,6 +179,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
|
||||
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
|
||||
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
|
||||
- [Gelber Sack Stuttgart](/doc/ics/gelbersack_stuttgart_de.md) / gelbersack-stuttgart.de
|
||||
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
|
||||
- [Gipsprojekt](/doc/ics/gipsprojekt_de.md) / gipsprojekt.de
|
||||
- [Hallesche Wasser und Stadtwirtschaft GmbH](/doc/ics/hws_halle_de.md) / hws-halle.de
|
||||
|
||||
Reference in New Issue
Block a user