mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add ICS Docuementation for LK Schwandorf, Germany
This commit is contained in:
@@ -854,6 +854,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Langen](/doc/source/jumomind_de.md) / kbl-langen.de
|
||||
- [Lebacher Abfallzweckverband (LAZ)](/doc/ics/lebach_de.md) / lebach.de
|
||||
- [Leverkusen](/doc/source/app_abfallplus_de.md) / Abfall+ App: avea
|
||||
- [LK Schwandorf](/doc/ics/entsorgung_sad_de.md) / entsorgung-sad.de
|
||||
- [Ludwigshafen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfalllu
|
||||
- [Ludwigshafen am Rhein](/doc/source/abfall_io.md) / ludwigshafen.de
|
||||
- [Lübbecke (Jumomind)](/doc/source/jumomind_de.md) / luebbecke.de
|
||||
|
||||
24
doc/ics/entsorgung_sad_de.md
Normal file
24
doc/ics/entsorgung_sad_de.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# LK Schwandorf
|
||||
|
||||
LK Schwandorf 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://entsorgung-sad.de> and select your location.
|
||||
- Click on `ICS-Datei herunterladen` copy the download link of the downloaded ics file.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- The `regex` is used to extract the pickup date from the event title.
|
||||
|
||||
## Examples
|
||||
|
||||
### 93133 Hauptstraße
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
regex: (.*) \d{2}.\d{2}.\d{4}$
|
||||
url: https://entsorgung-sad.de/steuerung/ics.php?plz=93133&ort=Burglengenfeld&ort_ID=4&strasse=Hauptstra%C3%9Fe&rm=202&pt=407&ws=417&spm=0&nr=&zusatz=&email=
|
||||
```
|
||||
12
doc/ics/yaml/entsorgung_sad_de.yaml
Normal file
12
doc/ics/yaml/entsorgung_sad_de.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: LK Schwandorf
|
||||
url: https://entsorgung-sad.de
|
||||
howto: |
|
||||
- Goto <https://entsorgung-sad.de> and select your location.
|
||||
- Click on `ICS-Datei herunterladen` copy the download link of the downloaded ics file.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- The `regex` is used to extract the pickup date from the event title.
|
||||
test_cases:
|
||||
93133 Hauptstraße:
|
||||
url: "https://entsorgung-sad.de/steuerung/ics.php?plz=93133&ort=Burglengenfeld&ort_ID=4&strasse=Hauptstra%C3%9Fe&rm=202&pt=407&ws=417&spm=0&nr=&zusatz=&email="
|
||||
regex: (.*) \d{2}.\d{2}.\d{4}$
|
||||
|
||||
@@ -199,6 +199,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Landkreis Vogtland](/doc/ics/vogtlandkreis_de.md) / vogtlandkreis.de
|
||||
- [Landratsamt Bodenseekreis](/doc/ics/bodenseekreis_de.md) / bodenseekreis.de
|
||||
- [Lebacher Abfallzweckverband (LAZ)](/doc/ics/lebach_de.md) / lebach.de
|
||||
- [LK Schwandorf](/doc/ics/entsorgung_sad_de.md) / entsorgung-sad.de
|
||||
- [Lübeck Entsorgungsbetriebe](/doc/ics/luebeck_de.md) / luebeck.de
|
||||
- [Mein-Abfallkalender.de](/doc/ics/mein_abfallkalender_de.md) / mein-abfallkalender.de
|
||||
- [Neu Ulm](/doc/ics/neu_ulm_de.md) / neu-ulm.de
|
||||
|
||||
Reference in New Issue
Block a user