mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add ICS docu for blauetonne-schlauetonne.de
This commit is contained in:
@@ -153,6 +153,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Berlin Recycling](/doc/source/berlin_recycling_de.md) / berlin-recycling.de
|
||||
- [Berliner Stadtreinigungsbetriebe](/doc/source/bsr_de.md) / bsr.de
|
||||
- [Bielefeld](/doc/source/bielefeld_de.md) / bielefeld.de
|
||||
- [Blaue Tonne - Schlaue Tonne](/doc/ics/blauetonne_schlauetonne_de.md) / blauetonne-schlauetonne.de
|
||||
- [Bogenschütz Entsorgung](/doc/source/infeo_at.md) / bogenschuetz-entsorgung.de
|
||||
- [Bremer Stadtreinigung](/doc/source/c_trace_de.md) / die-bremer-stadtreinigung.de
|
||||
- [Bürgerportal](/doc/source/buergerportal_de.md) / c-trace.de
|
||||
|
||||
23
doc/ics/blauetonne_schlauetonne_de.md
Normal file
23
doc/ics/blauetonne_schlauetonne_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Blaue Tonne - Schlaue Tonne
|
||||
|
||||
Blaue Tonne - Schlaue Tonne 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.blauetonne-schlauetonne.de/abfuhrkalender> and select your location.
|
||||
- Right-click on `iCal Download` link and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}`.
|
||||
|
||||
## Examples
|
||||
|
||||
### Altlußheim
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.blauetonne-schlauetonne.de/abfuhrkalender/{%Y}/altlussheim-altlussheim-1668.ics
|
||||
```
|
||||
10
doc/ics/yaml/blauetonne_schlauetonne_de.yaml
Normal file
10
doc/ics/yaml/blauetonne_schlauetonne_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Blaue Tonne - Schlaue Tonne
|
||||
url: https://www.blauetonne-schlauetonne.de/
|
||||
howto: |
|
||||
- Goto <https://www.blauetonne-schlauetonne.de/abfuhrkalender> and select your location.
|
||||
- Right-click on `iCal Download` link and copy link address.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the year in the url with `{%Y}`.
|
||||
test_cases:
|
||||
Altlußheim:
|
||||
url: "https://www.blauetonne-schlauetonne.de/abfuhrkalender/{%Y}/altlussheim-altlussheim-1668.ics"
|
||||
@@ -20,6 +20,7 @@ This source has been successfully tested with the following service providers:
|
||||
- [Abfallwirtschaftsgesellschaft Landkreis Schaumburg](/doc/ics/aws_shg_de.md) / aws-shg.de
|
||||
- [AVL - Abfallverwertungsgesellschaft des Landkreises Ludwigsburg mbH](/doc/ics/avl_ludwigsburg_de.md) / avl-ludwigsburg.de
|
||||
- [Awista Starnberg](/doc/ics/awista_starnberg_de.md) / awista-starnberg.de
|
||||
- [Blaue Tonne - Schlaue Tonne](/doc/ics/blauetonne_schlauetonne_de.md) / blauetonne-schlauetonne.de
|
||||
- [EDG Entsorgung Dortmund](/doc/ics/edg_de.md) / edg.de
|
||||
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
|
||||
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
|
||||
|
||||
Reference in New Issue
Block a user