mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add AWP Pfaffenhofen an der Ilm
This commit is contained in:
@@ -570,6 +570,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Abfallwirtschaft Werra-Meißner-Kreis](/doc/source/zva_wmk_de.md) / zva-wmk.de
|
||||
- [Abfallwirtschafts-Zweckverband des Landkreises Hersfeld-Rotenburg](/doc/source/awido_de.md) / azv-hef-rof.de
|
||||
- [Abfallwirtschaftsbetrieb Bergisch Gladbach](/doc/source/abfallnavi_de.md) / bergischgladbach.de
|
||||
- [Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP)](/doc/ics/awp_landkreis_pfaffenhofen.md) / awp-paf.de
|
||||
- [Abfallwirtschaftsbetrieb Emsland](/doc/source/awb_emsland_de.md) / awb-emsland.de
|
||||
- [Abfallwirtschaftsbetrieb Esslingen](/doc/source/awb_es_de.md) / awb-es.de
|
||||
- [Abfallwirtschaftsbetrieb Ilm-Kreis](/doc/ics/ilm_kreis_de.md) / ilm-kreis.de
|
||||
|
||||
23
doc/ics/awp_landkreis_pfaffenhofen.md
Normal file
23
doc/ics/awp_landkreis_pfaffenhofen.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP)
|
||||
|
||||
Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP) 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.awp-paf.de/Abfuhrtermine/Abfallkalender.aspx> and select your town.
|
||||
- Enter your street and house number.
|
||||
- Click on `ical-Kalenderabo` and `URL in die Zwischenablage kopieren` to get a webcal link.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
|
||||
## Examples
|
||||
|
||||
### Raiffeisenstr. 19
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://abfuhrtermine.awp-paf.de/WasteManagementPfaffenhofen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=150372001&AboID=523613&Fra=P;B;S;RM
|
||||
```
|
||||
11
doc/ics/yaml/awp_landkreis_pfaffenhofen.yaml
Normal file
11
doc/ics/yaml/awp_landkreis_pfaffenhofen.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
title: Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP)
|
||||
url: https://www.awp-paf.de
|
||||
country: de
|
||||
howto: |
|
||||
- Goto <https://www.awp-paf.de/Abfuhrtermine/Abfallkalender.aspx> and select your town.
|
||||
- Enter your street and house number.
|
||||
- Click on `ical-Kalenderabo` and `URL in die Zwischenablage kopieren` to get a webcal link.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
test_cases:
|
||||
Raiffeisenstr. 19:
|
||||
url: "https://abfuhrtermine.awp-paf.de/WasteManagementPfaffenhofen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=150372001&AboID=523613&Fra=P;B;S;RM"
|
||||
@@ -161,6 +161,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Abfallwirtschaft Landkreis Haßberge](/doc/ics/awhas_de.md) / awhas.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
- [Abfallwirtschaft Sonneberg](/doc/ics/abfallwirtschaft_sonneberg_de.md) / abfallwirtschaft-sonneberg.de
|
||||
- [Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP)](/doc/ics/awp_landkreis_pfaffenhofen.md) / awp-paf.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 Unstrut-Hainich-Kreis](/doc/ics/abfallwirtschaft_uhk_de.md) / abfallwirtschaft-uhk.de
|
||||
|
||||
Reference in New Issue
Block a user