add ICS docu for blauetonne-schlauetonne.de

This commit is contained in:
mampfes
2023-04-17 07:33:28 +02:00
parent 9fef15d6b6
commit 2d98f414fc
5 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
# Blaue Tonne - Schlaue Tonne
Blaue Tonne - Schlaue Tonne 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.blauetonne-schlauetonne.de/abfuhrkalender> and select your location.
- Right-click on `iCal Download` link and copy link address.
- Replace the `url` in the example configuration with this link.
- Replace the year in the url with `{%Y}`.
## Examples
### Altlußheim
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.blauetonne-schlauetonne.de/abfuhrkalender/{%Y}/altlussheim-altlussheim-1668.ics
```