forked from mampfes/hacs_waste_collection_schedule
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- define yaml format for ICS service description - add support for yaml for update_docu_links.py
- Loading branch information
Showing
5 changed files
with
138 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Zweckverband Abfallwirtschaft Region Trier (A.R.T.) | ||
|
||
Zweckverband Abfallwirtschaft Region Trier (A.R.T.) 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.art-trier.de/> and select your municipality. | ||
- Scroll down to `JAHRESKALENDER FÜR IHR OUTLOOK, ETC.` | ||
- Set `Wann möchten Sie erinnert werden?` to `Am Abfuhrtag`. | ||
- Click on `> Kalender (ICS) importieren` to get a webcal link. | ||
- Copy this link into the configuration (see example). | ||
|
||
## Examples | ||
|
||
### Basberg | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: webcal://abfallkalender.art-trier.de/ics-feed/54578_basberg_1-1800.ics | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Zweckverband Abfallwirtschaft Region Trier (A.R.T.) | ||
url: https://www.art-trier.de/ | ||
howto: | | ||
- Goto <https://www.art-trier.de/> and select your municipality. | ||
- Scroll down to `JAHRESKALENDER FÜR IHR OUTLOOK, ETC.` | ||
- Set `Wann möchten Sie erinnert werden?` to `Am Abfuhrtag`. | ||
- Click on `> Kalender (ICS) importieren` to get a webcal link. | ||
- Copy this link into the configuration (see example). | ||
test_cases: | ||
Basberg: { url: "webcal://abfallkalender.art-trier.de/ics-feed/54578_basberg_1-1800.ics" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters