mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
ICS add siegen-stadt.de
This commit is contained in:
@@ -1071,6 +1071,7 @@ If your service provider is not listed, feel free to open a [source request issu
|
||||
- [Schönmackers](/doc/source/app_abfallplus_de.md) / Abfall+ App: muellalarm
|
||||
- [Sector 27 - Datteln, Marl, Oer-Erkenschwick](/doc/source/sector27_de.md) / muellkalender.sector27.de
|
||||
- [Seligenstadt (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
- [Siegen](/doc/ics/siegen_stadt_de.md) / siegen-stadt.de
|
||||
- [Stadt Aachen](/doc/source/abfallnavi_de.md) / aachen.de
|
||||
- [Stadt Arnsberg](/doc/source/c_trace_de.md) / arnsberg.de
|
||||
- [Stadt Bayreuth](/doc/source/c_trace_de.md) / bayreuth.de
|
||||
|
||||
@@ -5889,6 +5889,11 @@
|
||||
"service_id": "mymuell"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Siegen",
|
||||
"module": "ics",
|
||||
"default_params": {}
|
||||
},
|
||||
{
|
||||
"title": "Stadt Aachen",
|
||||
"module": "abfallnavi_de",
|
||||
|
||||
23
doc/ics/siegen_stadt_de.md
Normal file
23
doc/ics/siegen_stadt_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Siegen
|
||||
|
||||
Siegen 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
|
||||
|
||||
- Visit <https://www.siegen-stadt.de/abfallkalender/> and select your location.
|
||||
- Right click -> copy link address on `Abfallkalender als iCAL` below `Druckansichten` to get the ics link.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the link with `{%Y}` to always get the current year.
|
||||
|
||||
## Examples
|
||||
|
||||
### HAUPTSTRAßE
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.siegen-stadt.de/abfallkalender/list/download/4130/{%Y}/0
|
||||
```
|
||||
10
doc/ics/yaml/siegen_stadt_de.yaml
Normal file
10
doc/ics/yaml/siegen_stadt_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Siegen
|
||||
url: https://www.siegen-stadt.de
|
||||
howto: |
|
||||
- Visit <https://www.siegen-stadt.de/abfallkalender/> and select your location.
|
||||
- Right click -> copy link address on `Abfallkalender als iCAL` below `Druckansichten` to get the ics link.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the link with `{%Y}` to always get the current year.
|
||||
test_cases:
|
||||
HAUPTSTRAßE:
|
||||
url: "https://www.siegen-stadt.de/abfallkalender/list/download/4130/{%Y}/0"
|
||||
@@ -241,6 +241,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Olpe](/doc/ics/abfuhrtermine_info.md) / olpe.de
|
||||
- [Rhein-Pfalz-Kreis](/doc/ics/abfall_app_net.md) / rhein-pfalz-kreis.de
|
||||
- [Schleswig-Flensburg (ASF)](/doc/ics/asf_online_de.md) / asf-online.de
|
||||
- [Siegen](/doc/ics/siegen_stadt_de.md) / siegen-stadt.de
|
||||
- [Stadt Detmold](/doc/ics/detmold_de.md) / detmold.de
|
||||
- [Stadt Koblenz](/doc/ics/koblenz_de.md) / koblenz.de
|
||||
- [Stadt Mainhausen](/doc/ics/stadt_mainhausen_de.md) / mainhausen.de
|
||||
|
||||
Reference in New Issue
Block a user