mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
remove Zorneding.de from ICS docu
description doesn't work any more
This commit is contained in:
@@ -35,10 +35,6 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
In addition, users reported that the following service providers are working:
|
||||
|
||||
### Germany
|
||||
|
||||
- [Gemeinde Zorneding](https://www.zorneding.de/Wohnen-Leben/Abfall-Energie-Wasser/M%C3%BCllkalender/index.php) ([Notes](#gemeinde-zorneding))
|
||||
|
||||
### Sweden
|
||||
|
||||
- [NSR Nordvästra Skåne](https://nsr.se/privat/allt-om-din-sophamtning/nar-toms-mitt-karl/tomningskalender/)
|
||||
@@ -199,72 +195,6 @@ waste_collection_schedule:
|
||||
|
||||
***
|
||||
|
||||
### Gemeinde Zorneding
|
||||
|
||||
Go to the [service provider website](https://www.zorneding.de/Wohnen-Leben/Abfall-Energie-Wasser/M%C3%BCllkalender/index.php) and select location and desired waste types. Afterwards an iCal calendar export is provided. Simply click on download and visit the Download URL afterwards. Simply take this URL and use this URL within the configuration.
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.zorneding.de/output/options.php?ModID=48&call=ical&&pois=3094.81&alarm=13
|
||||
customize:
|
||||
- type: Restabfall
|
||||
alias: Restmüll
|
||||
icon: mdi:trash-can
|
||||
- type: BIO
|
||||
alias: Bioabfall
|
||||
icon: mdi:flower-outline
|
||||
- type: Altpapier
|
||||
alias: Papierabfall
|
||||
icon: mdi:trash-can-outline
|
||||
- type: Gelber Sack
|
||||
icon: mdi:recycle
|
||||
|
||||
sensor:
|
||||
- platform: waste_collection_schedule
|
||||
name: Restmüll
|
||||
details_format: upcoming
|
||||
count: 4
|
||||
value_template: '{% if value.daysTo == 0 %}Heute{% elif value.daysTo == 1 %}Morgen{% else %}in {{value.daysTo}} Tagen{% endif %}'
|
||||
date_template: '{{value.date.strftime("%d.%m.%Y")}}'
|
||||
types:
|
||||
- 'Restabfall'
|
||||
- 'Restmüll'
|
||||
|
||||
- platform: waste_collection_schedule
|
||||
name: Altpapier
|
||||
details_format: upcoming
|
||||
count: 4
|
||||
value_template: '{% if value.daysTo == 0 %}Heute{% elif value.daysTo == 1 %}Morgen{% else %}in {{value.daysTo}} Tagen{% endif %}'
|
||||
date_template: '{{value.date.strftime("%d.%m.%Y")}}'
|
||||
types:
|
||||
- 'Altpapier'
|
||||
- 'Papierabfall'
|
||||
|
||||
- platform: waste_collection_schedule
|
||||
name: Gelber_Sack
|
||||
details_format: upcoming
|
||||
count: 4
|
||||
value_template: '{% if value.daysTo == 0 %}Heute{% elif value.daysTo == 1 %}Morgen{% else %}in {{value.daysTo}} Tagen{% endif %}'
|
||||
date_template: '{{value.date.strftime("%d.%m.%Y")}}'
|
||||
types:
|
||||
- 'Gelber Sack'
|
||||
|
||||
- platform: waste_collection_schedule
|
||||
name: Bioabfall
|
||||
details_format: upcoming
|
||||
count: 4
|
||||
value_template: '{% if value.daysTo == 0 %}Heute{% elif value.daysTo == 1 %}Morgen{% else %}in {{value.daysTo}} Tagen{% endif %}'
|
||||
date_template: '{{value.date.strftime("%d.%m.%Y")}}'
|
||||
types:
|
||||
- 'BIO'
|
||||
- 'Bioabfall'
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
### ReCollect
|
||||
|
||||
To get the URL, search your address in the recollect form of your home town, click "Get a calendar", then "Add to iCal". Finally, the URL under "Subscribe to calendar" is your ICS calendar link:
|
||||
|
||||
Reference in New Issue
Block a user