mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
31 lines
664 B
YAML
31 lines
664 B
YAML
waste_collection_schedule:
|
|
sources:
|
|
- name: muellmax_de
|
|
args:
|
|
service: His
|
|
mm_frm_str_sel: <my_street>
|
|
customize:
|
|
- type: brown bin
|
|
show: no
|
|
- type: green bin
|
|
alias: Yard Waste
|
|
- type: black bin
|
|
alias: Garbage
|
|
|
|
sensor:
|
|
# next collection
|
|
- platform: waste_collection_schedule
|
|
name: next_collection
|
|
|
|
# next yard waste collection
|
|
- platform: waste_collection_schedule
|
|
name: next_yard_collection
|
|
types:
|
|
- Yard Waste
|
|
|
|
# next garbage collection
|
|
- platform: waste_collection_schedule
|
|
name: next_garbage_collection
|
|
types:
|
|
- Garbage
|