home-assistant.io/source/_lovelace/media-control.markdown
2021-08-03 11:01:20 +02:00

1.4 KiB

type, title, sidebar_label, description
type title sidebar_label description
card Media Control Card Media Control 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 entities on an interface with easy to use controls.

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

To add the Media Control card to your user interface, click the Lovelace menu (three dots at the top right of the screen) and then Edit Dashboard. Click the "Add Card" button in the bottom right corner and select Media Control from the card picker.

{% configuration %} type: required: true description: "media-control" type: string entity: required: true description: Entity ID of media_player domain. type: string name: required: false description: Overwrites friendly name. type: string default: Name of entity theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the frontend documentation. type: string {% endconfiguration %}

Example

Alternatively, the card can be configured using YAML:

type: media-control
entity: media_player.lounge_room