mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add ICS Documentation for piesting_at
This commit is contained in:
@@ -311,6 +311,7 @@ If your service provider is not listed, feel free to open a [source request issu
|
|||||||
- [Mariasdorf](/doc/source/citiesapps_com.md) / mariasdorf.at
|
- [Mariasdorf](/doc/source/citiesapps_com.md) / mariasdorf.at
|
||||||
- [Markt Hartmannsdorf](/doc/source/citiesapps_com.md) / markthartmannsdorf.at
|
- [Markt Hartmannsdorf](/doc/source/citiesapps_com.md) / markthartmannsdorf.at
|
||||||
- [Markt Neuhodis](/doc/source/citiesapps_com.md) / markt-neuhodis.at
|
- [Markt Neuhodis](/doc/source/citiesapps_com.md) / markt-neuhodis.at
|
||||||
|
- [Markt Piesting Dreistetten](/doc/ics/piesting_at.md) / piesting.at
|
||||||
- [Marktgemeinde Edlitz](/doc/source/edlitz_at.md) / edlitz.at
|
- [Marktgemeinde Edlitz](/doc/source/edlitz_at.md) / edlitz.at
|
||||||
- [Marz](/doc/source/citiesapps_com.md) / marz.gv.at
|
- [Marz](/doc/source/citiesapps_com.md) / marz.gv.at
|
||||||
- [Mattersburg](/doc/source/citiesapps_com.md) / mattersburg.gv.at
|
- [Mattersburg](/doc/source/citiesapps_com.md) / mattersburg.gv.at
|
||||||
|
|||||||
@@ -1431,6 +1431,11 @@
|
|||||||
"module": "citiesapps_com",
|
"module": "citiesapps_com",
|
||||||
"default_params": {}
|
"default_params": {}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Markt Piesting Dreistetten",
|
||||||
|
"module": "ics",
|
||||||
|
"default_params": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Marktgemeinde Edlitz",
|
"title": "Marktgemeinde Edlitz",
|
||||||
"module": "edlitz_at",
|
"module": "edlitz_at",
|
||||||
|
|||||||
22
doc/ics/piesting_at.md
Normal file
22
doc/ics/piesting_at.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Markt Piesting Dreistetten
|
||||||
|
|
||||||
|
Markt Piesting Dreistetten 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.piesting.at/muellentsorgung/>.
|
||||||
|
- Right-click -> copy link address on the "Herunterladen" button below "digitaler Kalender".
|
||||||
|
- Replace the `url` in the example configuration with this link.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### ICAL File
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
waste_collection_schedule:
|
||||||
|
sources:
|
||||||
|
- name: ics
|
||||||
|
args:
|
||||||
|
url: https://www.google.com/calendar/ical/7570b106hm2i4dibq23tes9p8c%40group.calendar.google.com/public/basic.ics
|
||||||
|
```
|
||||||
9
doc/ics/yaml/piesting_at.yaml
Normal file
9
doc/ics/yaml/piesting_at.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
title: Markt Piesting Dreistetten
|
||||||
|
url: https://www.piesting.at/
|
||||||
|
howto: |
|
||||||
|
- Visit <https://www.piesting.at/muellentsorgung/>.
|
||||||
|
- Right-click -> copy link address on the "Herunterladen" button below "digitaler Kalender".
|
||||||
|
- Replace the `url` in the example configuration with this link.
|
||||||
|
test_cases:
|
||||||
|
ICAL File:
|
||||||
|
url: "https://www.google.com/calendar/ical/7570b106hm2i4dibq23tes9p8c%40group.calendar.google.com/public/basic.ics"
|
||||||
@@ -73,6 +73,7 @@ This source has been successfully tested with the following service providers:
|
|||||||
- [Maria Rain](/doc/ics/muellapp_com.md) / muellapp.com
|
- [Maria Rain](/doc/ics/muellapp_com.md) / muellapp.com
|
||||||
- [Maria Saal](/doc/ics/muellapp_com.md) / muellapp.com
|
- [Maria Saal](/doc/ics/muellapp_com.md) / muellapp.com
|
||||||
- [Maria Wörth](/doc/ics/muellapp_com.md) / muellapp.com
|
- [Maria Wörth](/doc/ics/muellapp_com.md) / muellapp.com
|
||||||
|
- [Markt Piesting Dreistetten](/doc/ics/piesting_at.md) / piesting.at
|
||||||
- [Mattsee](/doc/ics/muellapp_com.md) / muellapp.com
|
- [Mattsee](/doc/ics/muellapp_com.md) / muellapp.com
|
||||||
- [Mayer Recycling](/doc/ics/mayer_recycling_at.md) / mayer-recycling.at
|
- [Mayer Recycling](/doc/ics/mayer_recycling_at.md) / mayer-recycling.at
|
||||||
- [Millstatt](/doc/ics/muellapp_com.md) / muellapp.com
|
- [Millstatt](/doc/ics/muellapp_com.md) / muellapp.com
|
||||||
|
|||||||
Reference in New Issue
Block a user