mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
ICS Erftstadt
This commit is contained in:
@@ -652,6 +652,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Entsorgungsbetrieb Stadt Mainz](/doc/source/muellmax_de.md) / eb-mainz.de
|
||||
- [Entsorgungsbetriebe Essen](/doc/source/abfall_io.md) / ebe-essen.de
|
||||
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
|
||||
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
|
||||
- [Esens (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
- [Essen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallebe
|
||||
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
|
||||
|
||||
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
|
||||
```
|
||||
16
doc/ics/yaml/abfallkalender_erftstadt_de.yaml
Normal file
16
doc/ics/yaml/abfallkalender_erftstadt_de.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
title: Erfstadt (inoffical)
|
||||
url: https://abfallkalender-erftstadt.de
|
||||
howto: |
|
||||
- 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.
|
||||
test_cases:
|
||||
Borr:
|
||||
url: "https://abfallkalender-erftstadt.de/download/bezirk_5.ics"
|
||||
regex: (.*) - Bezirk \d
|
||||
Frauental:
|
||||
url: webcal://abfallkalender-erftstadt.de/download/bezirk_2.ics
|
||||
regex: (.*) - Bezirk \d
|
||||
@@ -174,6 +174,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [EKM Mittelsachsen GmbH](/doc/ics/ekm_mittelsachsen_de.md) / ekm-mittelsachsen.de
|
||||
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
|
||||
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
|
||||
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
|
||||
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
|
||||
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
|
||||
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
|
||||
|
||||
Reference in New Issue
Block a user