mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
hameln ICS Documentation disable ssl check
This commit is contained in:
@@ -8,6 +8,7 @@ Landkreis Hameln-Pyrmont is supported by the generic [ICS](/doc/source/ics.md) s
|
|||||||
- Goto <https://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
- Goto <https://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
||||||
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
||||||
- Replace the `url` in the example configuration with this link.
|
- Replace the `url` in the example configuration with this link.
|
||||||
|
- you might need to add the verify_ssl: true option to the source configuration if you get an ssl error in your logs.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@@ -19,4 +20,5 @@ waste_collection_schedule:
|
|||||||
- name: ics
|
- name: ics
|
||||||
args:
|
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
|
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
|
||||||
|
verify_ssl: false
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ howto: |
|
|||||||
- Goto <https://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
- Goto <https://kaw.hameln-pyrmont.de/Service/Abfuhrterminmodul/Abfuhrterminkalender/> and select your location.
|
||||||
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
- Click on `URL in die Zwischenablage kopieren` to copy link address.
|
||||||
- Replace the `url` in the example configuration with this link.
|
- Replace the `url` in the example configuration with this link.
|
||||||
|
- you might need to add the verify_ssl: true option to the source configuration if you get an ssl error in your logs.
|
||||||
test_cases:
|
test_cases:
|
||||||
Ahorn 1, 31855 Aerzen:
|
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"
|
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"
|
||||||
|
verify_ssl: false
|
||||||
Reference in New Issue
Block a user