-
Hi,
is quite good, but does not show appointments for Biotonne. Now i tried to add this by or
'Biotonne' alone works as good as 'Haushalte 2' alone, but i do not get to combine them. I thought it would be an easy task, because of the example
which combines calendars as well. Any ideas/suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think this possible currently. The calendar argument just checks weather I added the ability to supply multiple calendar arguments as list in #1742. You should then be able to use: waste_collection_schedule:
sources:
- name: umweltverbaende_at
args:
district: "tulln" # Tulln
municipal: "Tulbing" # Municipal
calendar:
- "Haushalte 2"
- "Biotonne" or (equivalent) waste_collection_schedule:
sources:
- name: umweltverbaende_at
args:
district: "tulln" # Tulln
municipal: "Tulbing" # Municipal
calendar: ["Haushalte 2", "Biotonne"] This feature will be part of release 1.46.0 or is available now as master (git) version (3-dot menu -> redownload -> change version to master -> fully restart HA (this will increase update cycle by a lot) |
Beta Was this translation helpful? Give feedback.
-
works perfectly. thanks for you quick support |
Beta Was this translation helpful? Give feedback.
I don't think this possible currently. The calendar argument just checks weather
calendar
is a substring of the event listed on the website, e.g Haushalte 2: Altpapier .I added the ability to supply multiple calendar arguments as list in #1742.
You should then be able to use:
or (equivalent)