mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add abfallv_zerowaste_io ICS Documentaiton
This commit is contained in:
@@ -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
|
||||
|
||||
31
doc/ics/abfallv_zerowaste_io.md
Normal file
31
doc/ics/abfallv_zerowaste_io.md
Normal 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
|
||||
```
|
||||
12
doc/ics/yaml/abfallv_zerowaste_io.yaml
Normal file
12
doc/ics/yaml/abfallv_zerowaste_io.yaml
Normal 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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user