mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 06:05:57 +01:00
687 B
687 B
ICS
Add support for generic ICS file which are downloaded from a fix location. The waste type will be taken from the summary attribute.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: URL
Configuration Variables
url
(string) (required)
If the original url contains the current year (4 digits including century), this can be replaced by the wildcard {%Y} (see example below).
Example
waste_collection_schedule:
sources:
- name: ics
args:
url: "https://www.avl-ludwigsburg.de/fileadmin/Files/Abfallkalender/ICS/Privat/Privat_{%Y}_Ossweil.ics"