mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 00:04:11 +01:00
1.3 KiB
1.3 KiB
Landkreis Amberg-Sulzbach
Landkreis Amberg-Sulzbach is supported by the generic ICS source. For all available configuration options, please refer to the source description.
How to get the configuration arguments
- Go to https://landkreis-as.de/abfallwirtschaft/abfuhrtermine.php and select your location.
- Click on
Kalenderübersicht anzegen. - Right click -> copy link address on the
exportierenlink. - Replace the
urlin the example configuration with this link. - You can also use the
regexto strip unwanted text from the event summary.
Examples
Sulzenbach-Rosenberg Am Anger (no regex)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://landkreis-as.de/abfallwirtschaft/abfuhrtermine_kalender_sulzbach-rosenberg8.ics
Freudenberg (regex strip after |)
waste_collection_schedule:
sources:
- name: ics
args:
regex: (.*?)\s+\|.*
url: https://landkreis-as.de/abfallwirtschaft/abfuhrtermine_kalender_freudenberg.ics
Ensdorf (regex also strip ! vorgefahren !)
waste_collection_schedule:
sources:
- name: ics
args:
regex: (.*?)\s+(\||\!).*
url: https://landkreis-as.de/abfallwirtschaft/abfuhrtermine_kalender_ensdorf.ics