mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add ICS for za-sws.de
This commit is contained in:
@@ -481,6 +481,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Zweckverband Abfallwirtschaft Region Trier (A.R.T.)](/doc/ics/art_trier_de.md) / art-trier.de
|
||||
- [Zweckverband Abfallwirtschaft Saale-Orla](/doc/source/awido_de.md) / zaso-online.de
|
||||
- [Zweckverband Abfallwirtschaft Schwalm-Eder-Kreis](/doc/source/zva_sek_de.md) / zva-sek.de
|
||||
- [Zweckverband Abfallwirtschaft Südwestsachsen (ZAS)](/doc/ics/za_sws_de.md) / za-sws.de
|
||||
- [Zweckverband München-Südost](/doc/source/awido_de.md) / zvmso.de
|
||||
</details>
|
||||
|
||||
|
||||
11
doc/ics/yaml/za_sws_de.yaml
Normal file
11
doc/ics/yaml/za_sws_de.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
title: Zweckverband Abfallwirtschaft Südwestsachsen (ZAS)
|
||||
url: https://www.za-sws.de/
|
||||
howto: |
|
||||
- Goto <https://www.za-sws.de/abfallkalender.cfm?ab=1> and select your location.
|
||||
- Click on `URL in die Zwischenablage kopieren` to copy the link to the ICS file.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Gornsdorf, August-Bebel Strasse 23:
|
||||
url: "https://online-portal.za-sws.de/WasteManagementSuedwestsachsen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=16459903001&AboID=80078&Fra=P;R;B;C;S;W;L"
|
||||
verify_ssl: false
|
||||
split_at: ", "
|
||||
24
doc/ics/za_sws_de.md
Normal file
24
doc/ics/za_sws_de.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Zweckverband Abfallwirtschaft Südwestsachsen (ZAS)
|
||||
|
||||
Zweckverband Abfallwirtschaft Südwestsachsen (ZAS) 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.za-sws.de/abfallkalender.cfm?ab=1> and select your location.
|
||||
- Click on `URL in die Zwischenablage kopieren` to copy the link to the ICS file.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Gornsdorf, August-Bebel Strasse 23
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
split_at: ', '
|
||||
url: https://online-portal.za-sws.de/WasteManagementSuedwestsachsen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=16459903001&AboID=80078&Fra=P;R;B;C;S;W;L
|
||||
verify_ssl: false
|
||||
```
|
||||
@@ -43,6 +43,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [ZfA Iserlohn](/doc/ics/zfa_iserlohn_de.md) / zfa-iserlohn.de
|
||||
- [Zweckverband Abfallwirtschaft Oberes Elbtal](/doc/ics/zaoe_de.md) / zaoe.de
|
||||
- [Zweckverband Abfallwirtschaft Region Trier (A.R.T.)](/doc/ics/art_trier_de.md) / art-trier.de
|
||||
- [Zweckverband Abfallwirtschaft Südwestsachsen (ZAS)](/doc/ics/za_sws_de.md) / za-sws.de
|
||||
|
||||
<!--End of service section-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user