type: conditional
conditions:
- entity: calendar.bsu5pco_ucem
state_not: 'off'
- entity: calendar.calendar_ucem
state: 'off'
- entity: calendar.birthdays
state: 'off'
- entity: calendar.bsu6bpa_ucem
state: 'off'
- entity: calendar.family
state: 'off'
- entity: calendar.holidays_in_united_kingdom
state: 'off'
- entity: calendar.maldon_district_council
state: 'off'
card:
initial_view: dayGridDay
type: calendar
entities:
- calendar.maldon_district_council
- calendar.birthdays
- calendar.bsu5pco_ucem
- calendar.family
- calendar.calendar_ucem
- calendar.bsu6bpa_ucem
- calendar.holidays_in_united_kingdom
card_mod:
style: |
ha-card {
color: red;
}
I want today’s events to be displayed only if there are events on. The above will only show if all conditions are met, but I just want it to be if any of these entities meet the condition, and then display the card. Is this possible? I feel like I’m being really thick and missing something obvious.