mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add ICS Bülach.ch
This commit is contained in:
@@ -1495,6 +1495,7 @@ If your service provider is not listed, feel free to open a [source request issu
|
||||
- [Schönengrund](/doc/source/a_region_ch.md) / a-region.ch
|
||||
- [Speicher](/doc/source/a_region_ch.md) / a-region.ch
|
||||
- [Spiegel](/doc/source/koeniz_ch.md) / koeniz.citymobile.ch
|
||||
- [Stadt Bülach](/doc/ics/buelach_ch.md) / buelach.ch
|
||||
- [Stein](/doc/source/a_region_ch.md) / a-region.ch
|
||||
- [Steinach](/doc/source/a_region_ch.md) / a-region.ch
|
||||
- [Teufen](/doc/source/a_region_ch.md) / a-region.ch
|
||||
|
||||
@@ -8197,6 +8197,11 @@
|
||||
"municipality": "Spiegel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Stadt B\u00fclach",
|
||||
"module": "ics",
|
||||
"default_params": {}
|
||||
},
|
||||
{
|
||||
"title": "Stein",
|
||||
"module": "a_region_ch",
|
||||
|
||||
@@ -5,7 +5,7 @@ Abfallwirtschaft Sonneberg is supported by the generic [ICS](/doc/source/ics.md)
|
||||
|
||||
## How to get the configuration arguments
|
||||
|
||||
- Goto <https://www.abfallwirtschaft-sonneberg.de/abfallkalender>.
|
||||
- Goto <https://www.abfallwirtschaft-sonneberg.de/abfallkalender/>.
|
||||
- Select your municipality (`Ort`), district (`Ortsteil`) and - if necessary - street (`Straße`).
|
||||
- Right-click each dropdown field an click `Inspect`. This will open your browser's developer tools and display the corresponding HTML source:
|
||||
|
||||
|
||||
22
doc/ics/buelach_ch.md
Normal file
22
doc/ics/buelach_ch.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Stadt Bülach
|
||||
|
||||
Stadt Bülach 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
|
||||
|
||||
- Visit <https://www.buelach.ch/themen/umwelt-energie-entsorgung/entsorgung/entsorgung-entsorgungskalender>.
|
||||
- Right-click -> copy link address on the "Entsorgungskalender" link to get the link to the ICS file.
|
||||
- Use this url as the `url` argument.
|
||||
|
||||
## Examples
|
||||
|
||||
### Ost
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://eventfrog.ch/stream/de/eventgroup/6652857603254677856.ics?addId=6663904187270590577
|
||||
```
|
||||
9
doc/ics/yaml/buelach_ch.yaml
Normal file
9
doc/ics/yaml/buelach_ch.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
title: Stadt Bülach
|
||||
url: https://www.buelach.ch/
|
||||
howto: |
|
||||
- Visit <https://www.buelach.ch/themen/umwelt-energie-entsorgung/entsorgung/entsorgung-entsorgungskalender>.
|
||||
- Right-click -> copy link address on the "Entsorgungskalender" link to get the link to the ICS file.
|
||||
- Use this url as the `url` argument.
|
||||
test_cases:
|
||||
Ost:
|
||||
url: "https://eventfrog.ch/stream/de/eventgroup/6652857603254677856.ics?addId=6663904187270590577"
|
||||
@@ -279,6 +279,7 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
- [Canton of Zürich](/doc/ics/openerz_metaodi_ch.md) / openerz.metaodi.ch
|
||||
- [Münsingen BE, Switzerland](/doc/ics/muensingen_ch.md) / muensingen.ch
|
||||
- [Stadt Bülach](/doc/ics/buelach_ch.md) / buelach.ch
|
||||
|
||||
### United Kingdom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user