mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
ICS Erftstadt
This commit is contained in:
36
doc/ics/abfallkalender_erftstadt_de.md
Normal file
36
doc/ics/abfallkalender_erftstadt_de.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Erfstadt (inoffical)
|
||||
|
||||
Erfstadt (inoffical) 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://abfallkalender-erftstadt.de/> and select your location.
|
||||
- Click on `Zum Kalender hinzufügen`.
|
||||
- Click on `weiter` without selecting reminder.
|
||||
- Copy the link below `Für Google Kalender` or copy the link from the `Abonnieren` or `Download` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Keeping the `regex` as it is, will remove the district name from the event title.
|
||||
|
||||
## Examples
|
||||
|
||||
### Borr
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
regex: (.*) - Bezirk \d
|
||||
url: https://abfallkalender-erftstadt.de/download/bezirk_5.ics
|
||||
```
|
||||
### Frauental
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
regex: (.*) - Bezirk \d
|
||||
url: webcal://abfallkalender-erftstadt.de/download/bezirk_2.ics
|
||||
```
|
||||
Reference in New Issue
Block a user