mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
1.3 KiB
1.3 KiB
Wermelskirchen Abfallkalender
Support for schedules provided by Abfallkalender Wermelskirchen located in NRW, Germany.
Limitations
The used api (ics) only provides future waste collection dates.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: wermelskirchen_de
args:
street: Telegrafenstraße
house_number: "10"
customize:
- type: Restabfall 2-woechentlich
alias: Restabfall
show: false
- type: Restabfall 4-woechentlich
alias: Restabfall
show: true
- type: Restabfall 6-woechentlich
alias: Restabfall
show: false
Configuration Variables
street
(string) (required)
house_number
(string) (required)
How to get the source arguments
Set your street and your house number. Should they not work, check on Abfallkalender Wermelskirchen and use the closest entries.
Depending on your booked schedule for "Restabfall"/"Restmüll" you should set show in one of the types to true and the others to false.