add abfallv_zerowaste_io ICS Documentaiton

This commit is contained in:
5ila5
2024-06-20 21:30:21 +02:00
committed by 5ila5
parent 03c4f63180
commit 72f99a9bb2
5 changed files with 46 additions and 1 deletions

View File

@@ -428,6 +428,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Treffen am Ossiacher See](/doc/ics/muellapp_com.md) / muellapp.com
- [Tulln an der Donau](/doc/source/citiesapps_com.md) / tulln.at
- [Umweltprofis](/doc/source/data_umweltprofis_at.md) / umweltprofis.at
- [Umweltv](/doc/ics/abfallv_zerowaste_io.md) / abfallv.zerowaste.io
- [Unterfrauenhaid](/doc/source/citiesapps_com.md) / unterfrauenhaid.at
- [Unterkohlstätten](/doc/source/citiesapps_com.md) / unterkohlstaetten.at
- [Unterlamm](/doc/source/citiesapps_com.md) / unterlamm.gv.at

View File

@@ -0,0 +1,31 @@
# Umweltv
Umweltv 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://abfallv.zerowaste.io/web-reminder> and select your location and waste types.
- Click on `Kalender Bo/Download` and copy the URL below `Adresse zum Abonnieren`.
- Replace the `url` in the example configuration with this link.
## Examples
### Bürs
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://abfallv.zerowaste.io/ical/3338?area_filter=324%2C325%2C326%2C327%2C328%2C329%2C1449%2C1512%2C2046%2C2822&reminder
```
### Andelsbuch Bergseite
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://abfallv.zerowaste.io/ical/1899?area_filter=192%2C193%2C194%2C195%2C1440%2C1441%2C1442%2C1443%2C1466%2C2035%2C2847&reminder
```

View File

@@ -0,0 +1,12 @@
title: Umweltv
url: https://abfallv.zerowaste.io
howto: |
- Goto <https://abfallv.zerowaste.io/web-reminder> and select your location and waste types.
- Click on `Kalender Bo/Download` and copy the URL below `Adresse zum Abonnieren`.
- Replace the `url` in the example configuration with this link.
country: at
test_cases:
Bürs:
url: "https://abfallv.zerowaste.io/ical/3338?area_filter=324%2C325%2C326%2C327%2C328%2C329%2C1449%2C1512%2C2046%2C2822&reminder"
Andelsbuch Bergseite:
url: "https://abfallv.zerowaste.io/ical/1899?area_filter=192%2C193%2C194%2C195%2C1440%2C1441%2C1442%2C1443%2C1466%2C2035%2C2847&reminder"

View File

@@ -119,6 +119,7 @@ This source has been successfully tested with the following service providers:
- [Techelsberg am Wörther See](/doc/ics/muellapp_com.md) / muellapp.com
- [Trebesing](/doc/ics/muellapp_com.md) / muellapp.com
- [Treffen am Ossiacher See](/doc/ics/muellapp_com.md) / muellapp.com
- [Umweltv](/doc/ics/abfallv_zerowaste_io.md) / abfallv.zerowaste.io
- [Velden am Wörther See](/doc/ics/muellapp_com.md) / muellapp.com
- [Villach](/doc/ics/muellapp_com.md) / muellapp.com
- [Völkermarkt](/doc/ics/muellapp_com.md) / muellapp.com

File diff suppressed because one or more lines are too long