I would like to show a conditional card if one (or more of) of the conditions is met, not necessarily all.
See for example the below card config.
This will currently only show if there is a pending update for both HA and HACS, but will not show if there is only an update for either HA or HACS.
I would like to use this for alerting purposes based states/thresholds, when the situation is normal nothing should be shown (minimalistic design)
I imagine there could be plenty of other uses as well.
Thanks for this. I was looking for a solution to the same problem you had and whilst I’d tested it with entity filters, I didn’t like that it still showed the title if there was no entities as it looked really ugly.
I was just missing the show_empty: false option