mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add Abfallwirtschaft Kreis Plön to working ics examples (#1549)
* Add Abfallwirtschaft Kreis Plön to working ics examples * renamed (to URL) + added yaml + ./update_docu_links.py --------- Co-authored-by: Benjamin Angerer <benjamin.angerer@beanova.de> Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
@@ -397,6 +397,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaft Germersheim](/doc/source/abfallwirtschaft_germersheim_de.md) / abfallwirtschaft-germersheim.de
|
||||
- [Abfallwirtschaft Isar-Inn](/doc/source/awido_de.md) / awv-isar-inn.de
|
||||
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / gross-gerau.de
|
||||
- [Abfallwirtschaft Lahn-Dill-Kreises](/doc/source/awido_de.md) / awld.de
|
||||
- [Abfallwirtschaft Landkreis Böblingen](/doc/source/abfall_io.md) / awb-bb.de
|
||||
- [Abfallwirtschaft Landkreis Freudenstadt](/doc/source/abfall_io.md) / awb-fds.de
|
||||
|
||||
25
doc/ics/kreis_ploen_de.md
Normal file
25
doc/ics/kreis_ploen_de.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Abfallwirtschaft Kreis Plön
|
||||
|
||||
Abfallwirtschaft Kreis Plön 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.kreis-ploen.de/Bürgerservice/Termine-Müllabfuhr/> and select your location.
|
||||
- Select `Jahreskalender` as view
|
||||
- Choose the types of waste you need
|
||||
- Right-click on `Export in Kalenderanwendung` and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year field in the url with `{%Y}`.
|
||||
|
||||
## Examples
|
||||
|
||||
### Bendfeld
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.kreis-ploen.de/output/abfall_export.php?csv_export=1&mode=vcal&ort=2156.6&strasse=2156.84.1&vtyp=4&vMo=1&vJ={%Y}&bMo=12
|
||||
```
|
||||
12
doc/ics/yaml/kreis_ploen_de.yaml
Normal file
12
doc/ics/yaml/kreis_ploen_de.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: Abfallwirtschaft Kreis Plön
|
||||
url: https://www.kreis-ploen.de/
|
||||
howto: |
|
||||
- Goto <https://www.kreis-ploen.de/Bürgerservice/Termine-Müllabfuhr/> and select your location.
|
||||
- Select `Jahreskalender` as view
|
||||
- Choose the types of waste you need
|
||||
- Right-click on `Export in Kalenderanwendung` and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year field in the url with `{%Y}`.
|
||||
test_cases:
|
||||
Bendfeld:
|
||||
url: "https://www.kreis-ploen.de/output/abfall_export.php?csv_export=1&mode=vcal&ort=2156.6&strasse=2156.84.1&vtyp=4&vMo=1&vJ={%Y}&bMo=12"
|
||||
@@ -37,6 +37,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Abfallentsorgung Kreis Kassel](/doc/ics/abfall_kreis_kassel_de.md) / abfall-kreis-kassel.de
|
||||
- [Abfallwirtschaft Enzkreis](/doc/ics/entsorgung_regional_de.md) / entsorgung-regional.de
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaft Kreis Plön](/doc/ics/kreis_ploen_de.md) / gross-gerau.de
|
||||
- [Abfallwirtschaft Landkreis Haßberg](/doc/ics/awhas_de.md) / awhas.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
- [Abfallwirtschaftsbetrieb Ilm-Kreis](/doc/ics/ilm_kreis_de.md) / ilm-kreis.de
|
||||
|
||||
Reference in New Issue
Block a user