mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
1.2 KiB
1.2 KiB
Media Card
cards:
- type: cardMedia
entity: media_player.spotify
List of supported config keys of this card:
| key | optional | type | default | description |
|---|---|---|---|---|
type |
False | string | None |
Used by navigate items |
title |
True | string | None |
Title of the Page |
entity |
False | string | None |
contains the entity of the current card |
entities |
False | complex | None |
contains a list of entities shown in the bottom row, supports all entities supported by cardGrid |
key |
True | string | None |
Used by navigate items |
Example with configured Entities
``` - type: cardMedia title: Kitchen entity: media_player.kitchen entities: - entity: light.bed_light - entity: light.ceiling_lights - entity: light.entrance_color_white_lights - entity: light.kitchen_lights - entity: light.living_room_rgbww_lights ```
Example with action on upper left media icon
``` - type: cardMedia title: Kitchen entity: input_select.test123 status: media_player.kitchen ```
