-
-
Notifications
You must be signed in to change notification settings - Fork 770
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
1 parent
05144b4
commit 3c60906
Showing
1 changed file
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Municipality of Dinhard Waste Collection | ||
|
||
## Description | ||
This source retrieves the official waste collection dates for the municipality of Dinhard directly from the official iCalendar feeds. | ||
The following waste types are supported: | ||
|
||
- Regular waste collection (with holiday adjustments) | ||
- Organic waste collection ("Grüngutabfuhr") | ||
- Paper and cardboard collection | ||
|
||
## Configuration | ||
No arguments required. | ||
|
||
### Example YAML Configuration | ||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: dinhard_ch | ||
args: {} | ||
``` |