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
Jumomind.de / MyMuell.de
Support for schedules provided by jumomind.de and MyMüll App. Jumomind and MyMüll are services provided by junker.digital.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: jumomind_de
args:
service_id: SERVICE_ID
city_id: CITY_ID
area_id: AREA_ID
Configuration Variables
service_id
(string) (required)
city_id
(string) (required)
area_id
(string) (required)
Example
waste_collection_schedule:
sources:
- name: jumomind_de
args:
service_id: zaw
city_id: 106
area_id: 94
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.