mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
@@ -88,6 +88,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [AbfallNavi (RegioIT.de)](/doc/source/abfallnavi_de.md) / regioit.de
|
||||
- [Abfalltermine Forchheim](/doc/source/abfalltermine_forchheim_de.md) / abfalltermine-forchheim.de
|
||||
- [Abfallwirtschaft Alb-Donau-Kreis](/doc/source/buergerportal_de.md) / aw-adk.de
|
||||
- [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 Lahn-Dill-Kreises](/doc/source/awido_de.md) / awld.de
|
||||
|
||||
23
doc/ics/abfallwirtschaft_freiburg_de.md
Normal file
23
doc/ics/abfallwirtschaft_freiburg_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Abfallwirtschaft Freiburg
|
||||
|
||||
Abfallwirtschaft Freiburg 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.abfallwirtschaft-freiburg.de/de/private_haushalte/abfuhrtermine.php> and select your location.
|
||||
- Right-click on `ICS` and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the **2** year fields in the url with `{%Y}`.
|
||||
|
||||
## Examples
|
||||
|
||||
### Ahornweg
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://api.abfall.io/?key=ba5c0a03ba41d81479797313161ced08&mode=export&idhousenumber=13&wastetypes=1146,627,17,1554,1802,1553&timeperiod={%Y}0101-{%Y}1231&type=ics
|
||||
```
|
||||
10
doc/ics/yaml/abfallwirtschaft_freiburg_de.yaml
Normal file
10
doc/ics/yaml/abfallwirtschaft_freiburg_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Abfallwirtschaft Freiburg
|
||||
url: https://www.abfall-eglz.de
|
||||
howto: |
|
||||
- Goto <https://www.abfallwirtschaft-freiburg.de/de/private_haushalte/abfuhrtermine.php> and select your location.
|
||||
- Right-click on `ICS` and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the **2** year fields in the url with `{%Y}`.
|
||||
test_cases:
|
||||
Ahornweg:
|
||||
url: "https://api.abfall.io/?key=ba5c0a03ba41d81479797313161ced08&mode=export&idhousenumber=13&wastetypes=1146,627,17,1554,1802,1553&timeperiod={%Y}0101-{%Y}1231&type=ics"
|
||||
@@ -11,6 +11,7 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
### Germany
|
||||
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaftsbetrieb Ilm-Kreis](/doc/ics/ilm_kreis_de.md) / ilm-kreis.de
|
||||
- [Abfallwirtschaftsbetrieb Landkreis Karlsruhe](/doc/ics/awb_landkreis_karlsruhe_de.md) / awb-landkreis-karlsruhe.de
|
||||
- [Abfallwirtschaftsbetrieb München](/doc/ics/awm_muenchen_de.md) / awm-muenchen.de
|
||||
|
||||
Reference in New Issue
Block a user