I think it would be nice to add more functionality to the conditional card.
State attribute conditions:
type: conditional
conditions:
- entity: media_player.tv
state_not: idle
attribute: media_content_type
state_attr_not: music
attribute: volume_level
state_attr_below: 0.1
Different logic operators:
type: conditional
logic: or
conditions:
- entity: media_player.tv
state_not: idle
- entity: media_player.tv
attribute: media_content_type
state_attr_not: music