mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
ICS add kredslob_dk
This commit is contained in:
@@ -539,6 +539,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Fanø Kommune](/doc/source/affaldonline_dk.md) / fanoe.dk
|
||||
- [Favrskov Forsyning](/doc/source/affaldonline_dk.md) / favrskovforsyning.dk
|
||||
- [Fredericia Kommune Affald & Genbrug](/doc/source/affaldonline_dk.md) / affaldgenbrug-fredericia.dk
|
||||
- [Kredsløb](/doc/ics/kredslob_dk.md) / kredslob.dk
|
||||
- [Langeland Forsyning](/doc/source/affaldonline_dk.md) / langeland-forsyning.dk
|
||||
- [Middelfart Kommune](/doc/source/affaldonline_dk.md) / middelfart.dk
|
||||
- [Nyborg Forsyning & Service A/S](/doc/source/affaldonline_dk.md) / nfs.as
|
||||
|
||||
31
doc/ics/kredslob_dk.md
Normal file
31
doc/ics/kredslob_dk.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Kredsløb
|
||||
|
||||
Kredsløb 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.kredslob.dk/produkter-og-services/genbrug-og-affald/affaldsbeholdere/toemmekalender> and select your location.
|
||||
- Click on `Abonnér på kalender` to get a ical subscription url.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Skovparken 5, 8240 Risskov
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://portal-api.kredslob.dk/api/calendar/icsfeed/07517381___5_______/67799
|
||||
```
|
||||
### Skødstrupbakken 67, 8541 Skødstrup
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://portal-api.kredslob.dk/api/calendar/icsfeed/07517484__79_______/71319
|
||||
```
|
||||
11
doc/ics/yaml/kredslob_dk.yaml
Normal file
11
doc/ics/yaml/kredslob_dk.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
title: Kredsløb
|
||||
url: https://kredslob.dk/
|
||||
howto: |
|
||||
- Goto <https://www.kredslob.dk/produkter-og-services/genbrug-og-affald/affaldsbeholdere/toemmekalender> and select your location.
|
||||
- Click on `Abonnér på kalender` to get a ical subscription url.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Skovparken 5, 8240 Risskov:
|
||||
url: "https://portal-api.kredslob.dk/api/calendar/icsfeed/07517381___5_______/67799"
|
||||
Skødstrupbakken 67, 8541 Skødstrup:
|
||||
url: "https://portal-api.kredslob.dk/api/calendar/icsfeed/07517484__79_______/71319"
|
||||
@@ -148,6 +148,10 @@ This source has been successfully tested with the following service providers:
|
||||
- [Strathcona County, ON](/doc/ics/recollect.md) / strathcona.ca
|
||||
- [Waste Wise APPS](/doc/ics/recollect.md) / edmonton.ca
|
||||
|
||||
### Denmark
|
||||
|
||||
- [Kredsløb](/doc/ics/kredslob_dk.md) / kredslob.dk
|
||||
|
||||
### Germany
|
||||
|
||||
- [Aballwirtschaft Ludwigslust-Parchim AöR](/doc/ics/alp_lup_de.md) / alp-lup.de
|
||||
|
||||
Reference in New Issue
Block a user