mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
1.3 KiB
1.3 KiB
Müllmax
Support for schedules provided by muellmax.de.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: muellmax_de
args:
service: SERVICE
mm_frm_ort_sel: ORT_SEL
mm_frm_str_sel: STR_SEL
mm_frm_hnr_sel: HNR_SEL
Configuration Variables
service
(string) (required)
mm_frm_ort_sel
(string) (optional)
mm_frm_str_sel
(string) (optional)
mm_frm_hnr_sel
(string) (optional)
Example
waste_collection_schedule:
sources:
- name: muellmax_de
args:
service: Fes
mm_frm_str_sel: Achenbachstraße
mm_frm_hnr_sel: 60596;Sachsenhausen;2;
How to get the source arguments
There is a script with an interactive command line interface which generates the required source configuration:
First, install the Python module inquirer. Then run this script from a shell and answer the questions.