mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
add Entsorgungstermine Jena
This commit is contained in:
@@ -767,6 +767,7 @@ If your service provider is not listed, feel free to open a [source request issu
|
||||
- [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
|
||||
- [Entsorgungstermine Jena](/doc/ics/entsorgungstermine_jena_de.md) / entsorgungstermine.jena.de
|
||||
- [Erbach](/doc/source/reso_gmbh_de.md) / reso-gmbh.de
|
||||
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
|
||||
- [Esens (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
|
||||
@@ -3855,6 +3855,11 @@
|
||||
"module": "ics",
|
||||
"default_params": {}
|
||||
},
|
||||
{
|
||||
"title": "Entsorgungstermine Jena",
|
||||
"module": "ics",
|
||||
"default_params": {}
|
||||
},
|
||||
{
|
||||
"title": "Erbach",
|
||||
"module": "reso_gmbh_de",
|
||||
|
||||
23
doc/ics/entsorgungstermine_jena_de.md
Normal file
23
doc/ics/entsorgungstermine_jena_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Entsorgungstermine Jena
|
||||
|
||||
Entsorgungstermine Jena 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://entsorgungstermine.jena.de> and select your address.
|
||||
- For all bin types do not select any bin type
|
||||
- Copy the link of the `ICS Jahr` button
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Altenburger Strasse 15-19
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://entsorgungstermine.jena.de/makeICSAll??x=true&street=Altenburger+Stra%C3%9Fe&hnummer=15-19
|
||||
```
|
||||
10
doc/ics/yaml/entsorgungstermine_jena_de.yaml
Normal file
10
doc/ics/yaml/entsorgungstermine_jena_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Entsorgungstermine Jena
|
||||
url: https://entsorgungstermine.jena.de
|
||||
howto: |
|
||||
- Goto <https://entsorgungstermine.jena.de> and select your address.
|
||||
- For all bin types do not select any bin type
|
||||
- Copy the link of the `ICS Jahr` button
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Altenburger Strasse 15-19:
|
||||
url: "https://entsorgungstermine.jena.de/makeICSAll??x=true&street=Altenburger+Stra%C3%9Fe&hnummer=15-19"
|
||||
@@ -194,6 +194,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
|
||||
- [Entsorgungstermine Jena](/doc/ics/entsorgungstermine_jena_de.md) / entsorgungstermine.jena.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
|
||||
|
||||
Reference in New Issue
Block a user