mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add source esg soest
This commit is contained in:
@@ -671,6 +671,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [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
|
||||
- [ESG Soest - Entsorgungswirtschaft Soest GmbH](/doc/ics/esg_soest_de.md) / esg-soest.de
|
||||
- [Essen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallebe
|
||||
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
|
||||
- [EVS Entsorgungsverband Saar](/doc/source/muellmax_de.md) / evs.de
|
||||
|
||||
23
doc/ics/esg_soest_de.md
Normal file
23
doc/ics/esg_soest_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# ESG Soest - Entsorgungswirtschaft Soest GmbH
|
||||
|
||||
ESG Soest - Entsorgungswirtschaft Soest GmbH 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.esg-soest.de/abfallkalender> and select your location and press `weiter`.
|
||||
- Enter your street and press `weiter`.
|
||||
- Right click and copy the link of the `.ics-Datei` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Rathausstraße (Soest)
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.esg-soest.de/abfallkalender/soest/rathausstrasse/herunterladen
|
||||
```
|
||||
10
doc/ics/yaml/esg_soest_de.yaml
Normal file
10
doc/ics/yaml/esg_soest_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: ESG Soest - Entsorgungswirtschaft Soest GmbH
|
||||
url: https://www.esg-soest.de/
|
||||
howto: |
|
||||
- Goto <https://www.esg-soest.de/abfallkalender> and select your location and press `weiter`.
|
||||
- Enter your street and press `weiter`.
|
||||
- Right click and copy the link of the `.ics-Datei` button.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Rathausstraße (Soest):
|
||||
url: "https://www.esg-soest.de/abfallkalender/soest/rathausstrasse/herunterladen"
|
||||
@@ -178,6 +178,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [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
|
||||
- [ESG Soest - Entsorgungswirtschaft Soest GmbH](/doc/ics/esg_soest_de.md) / esg-soest.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
|
||||
- [Gelber Sack Stuttgart](/doc/ics/gelbersack_stuttgart_de.md) / gelbersack-stuttgart.de
|
||||
|
||||
Reference in New Issue
Block a user