Possible to create an OR condition for conditional card? (i.e - display if media player state is playing, paused, or idle)

No. Multiple conditions are treated as AND logic. That’s just the way the card is.

You have a couple of options.

  1. Create a binary template sensor with your OR conditions and use that binary sensor in the conditional card,

or

  1. Use the custom State Switch card.
2 Likes