-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ics documentation for ab_peine_de
- Loading branch information
Showing
6 changed files
with
48 additions
and
1 deletion.
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,32 @@ | ||
# Landkreis Peine | ||
|
||
Landkreis Peine 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.ab-peine.de/Abfuhrtermine/> and select your address. You can leave `Ab Monat` and `Darstellung` as is. | ||
- For all bin types leave all bin types **unselected** | ||
- Copy the link of the `Kalender abonnieren` button | ||
- Replace the `url` in the example configuration with this link. | ||
|
||
## Examples | ||
|
||
### Barbecke | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: webcal://www.ab-peine.de/output/options.php?ModID=48&call=webcal&&pois=3660.301 | ||
``` | ||
### Peine Gerhart-Hauptmann-Straße | ||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: webcal://www.ab-peine.de/output/options.php?ModID=48&call=webcal&&pois=3660.166 | ||
``` |
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,12 @@ | ||
title: Landkreis Peine | ||
url: https://ab-peine.de/ | ||
howto: | | ||
- Goto <https://www.ab-peine.de/Abfuhrtermine/> and select your address. You can leave `Ab Monat` and `Darstellung` as is. | ||
- For all bin types do not select any bin type checkbox | ||
- Copy the link of the `Kalender abonnieren` button | ||
- Replace the `url` in the example configuration with this link. | ||
test_cases: | ||
Barbecke: | ||
url: "webcal://www.ab-peine.de/output/options.php?ModID=48&call=webcal&&pois=3660.301" | ||
Peine Gerhart-Hauptmann-Straße: | ||
url: "webcal://www.ab-peine.de/output/options.php?ModID=48&call=webcal&&pois=3660.166" |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ recurring-ical-events>=2.0.2 | |
requests>=2.31.0 | ||
urllib3>=2.0.7 | ||
jinja2>=3.1.2 | ||
lxml>=4.9.4 |