mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
@@ -198,6 +198,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Landkreis Fulda](/doc/source/awido_de.md) / landkreis-fulda.de
|
||||
- [Landkreis Gotha](/doc/source/awido_de.md) / landkreis-gotha.de
|
||||
- [Landkreis Günzburg](/doc/source/awido_de.md) / kaw.landkreis-guenzburg.de
|
||||
- [Landkreis Hameln-Pyrmont](/doc/ics/hameln_pyrmont_de.md) / hameln-pyrmont.de
|
||||
- [Landkreis Heilbronn](/doc/source/abfall_io.md) / landkreis-heilbronn.de
|
||||
- [Landkreis Kelheim](/doc/source/awido_de.md) / landkreis-kelheim.de
|
||||
- [Landkreis Kronach](/doc/source/awido_de.md) / landkreis-kronach.de
|
||||
|
||||
22
doc/ics/hameln_pyrmont_de.md
Normal file
22
doc/ics/hameln_pyrmont_de.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Landkreis Hameln-Pyrmont
|
||||
|
||||
Landkreis Hameln-Pyrmont 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://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
||||
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Ahorn 1, 31855 Aerzen
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: webcal://om.kaw-hameln.de/WasteManagementHameln/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=26881528001&AboID=355061&Fra=P;C4;R;B;S;V;G;M;C1;C2
|
||||
```
|
||||
9
doc/ics/yaml/hameln_pyrmont_de.yaml
Normal file
9
doc/ics/yaml/hameln_pyrmont_de.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
title: Landkreis Hameln-Pyrmont
|
||||
url: https://www.hameln-pyrmont.de
|
||||
howto: |
|
||||
- Goto <https://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
||||
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Ahorn 1, 31855 Aerzen:
|
||||
url: "webcal://om.kaw-hameln.de/WasteManagementHameln/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=26881528001&AboID=355061&Fra=P;C4;R;B;S;V;G;M;C1;C2"
|
||||
Reference in New Issue
Block a user