mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 00:04:11 +01:00
1.0 KiB
1.0 KiB
Abfallwirtschaftsbetrieb Landkreis Ahrweiler (AWB)
Support for schedules provided by Abfallwirtschaftsbetrieb Landkreis Ahrweiler located in Rhineland Palatinate, Germany.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: meinawb_de
args:
city: CITY
street: STREET
house_number: HNR
address_suffix: HNR_SUFFIX
Configuration Variables
city
(string) (required)
street
(string) (required)
house_number
(integer) (required)
address_suffix
(string) (optional) (default: "")
Example
waste_collection_schedule:
sources:
- name: meinawb_de
args:
city: Oberzissen
street: Ackerstrasse
house_number: 1
How to get the source arguments
The arguments are your address. The input validation is a bit petty, so make sure you write it exactly like in the web form. For troubleshooting, have a look in the home assistant logs.