Condition card or

Hello, I would like to ask for help
I want something to appear if one of the 3 players is playing

type: conditional
condition:
    - condition: or
      conditions:
        - condition: state
          entity_id: media_player.asus_tuff_f15
          state: 'playing'
        - condition: state
          entity_id: media_player.mismartclock0009
          state: 'playing'
        - condition: state
          entity_id: media_player.mi_tv_stick_4
          state: 'playing'
card:
  type: custom:weather-card
  entity: weather.otthon
  number_of_forecasts: '5'
  hourly_forecast: false
  forecast: false
  details: false
  name: Tótvázsony

But it’s not good no matter how I try

If this can’t do that, then anything else should just work

should be

type: conditional
conditions:

Also note that the conditions option only accepts a list of entities and states. You can not use an OR condition block.

One way around this is to create a template binary sensor.