forked from mampfes/hacs_waste_collection_schedule
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 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,22 @@ | ||
# Oberhavel AWU | ||
|
||
Oberhavel AWU 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.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/> and select your location. | ||
- Right on `Alle Abfallarten` and select copy link. | ||
- Replace the `url` in the example configuration with this link. | ||
|
||
## Examples | ||
|
||
### Fürstenberg Altthymener Dorfstraße | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/?no_cache=1&export=pap,hm,lvp,bio&city=F%C3%BCrstenberg/Havel%20OT%20Altthymen&street=Altthymener%20Dorfstra%C3%9Fe | ||
``` |
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,9 @@ | ||
title: Oberhavel AWU | ||
url: https://www.awu-oberhavel.de | ||
howto: | | ||
- Goto <https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/> and select your location. | ||
- Right on `Alle Abfallarten` and select copy link. | ||
- Replace the `url` in the example configuration with this link. | ||
test_cases: | ||
Fürstenberg Altthymener Dorfstraße: | ||
url: "https://www.awu-oberhavel.de/fuer-haushalte/zusatzinfos/tourenplan/?no_cache=1&export=pap,hm,lvp,bio&city=F%C3%BCrstenberg/Havel%20OT%20Altthymen&street=Altthymener%20Dorfstra%C3%9Fe" |
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
Oops, something went wrong.