--- title: "Media Control Card" sidebar_label: Media Control description: "The Media Control card is used to display media player entities on an interface with easy to use controls." --- The Media Control card is used to display [Media Player](/integrations/#search/media-player) entities on an interface with easy to use controls.

Screenshot of the media player control card Screenshot of the media player control card.

{% configuration %} type: required: true description: media-control type: string entity: required: true description: "A media player `entity_id`." type: string {% endconfiguration %} ## Example ```yaml type: media-control entity: media_player.lounge_room ```