-
Hello, I'm trying to setup two "normal" sources with the multiple source wrapper and can't figure out, how to add customize to the sources to rename the events and choose desired icons. Working code with the multiple wrapper:
Working yaml with customize but without the multiple wrapper (so seperate calendars):
Can anybody help me integrate the customize attribute into the multiple wrapper config to get the renamed events into one calendar? Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It should work exactly like with the normal sources but you need to put all customize entries in a single customize block with the same indent as args: waste_collection_schedule:
sources:
- name: multiple
args:
bsr_de:
abf_strasse: !secret bsr_street
abf_hausnr: !secret bsr_house_number
berlin_recycling_de:
username: !secret berlin_recycling_user
password: !secret berlin_recycling_password
customize:
- type: "5.01 Altpapier, gemischt"
alias: "Papiermüll"
icon: mdi:newspaper-variant
use_dedicated_calendar: true
dedicated_calendar_title: "waste_paper"
- type: "Abholung Hausmüll"
alias: "Restmüll"
icon: mdi:trash-can
use_dedicated_calendar: true
dedicated_calendar_title: "waste_general"
- type: "Abholung Biogut"
alias: "Biomüll"
icon: mdi:leaf-circle
use_dedicated_calendar: true
dedicated_calendar_title: "waste_bio"
- type: "Abholung Wertstoffe (Abholung durch ALBA)"
alias: "Gelber Sack"
icon: mdi:recycle
use_dedicated_calendar: true
dedicated_calendar_title: "waste_recycling" |
Beta Was this translation helpful? Give feedback.
It should work exactly like with the normal sources but you need to put all customize entries in a single customize block with the same indent as args: