mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 15:04:24 +01:00
20 lines
768 B
Markdown
20 lines
768 B
Markdown
# Media Card
|
|
|
|

|
|
|
|
```yaml
|
|
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
|
|
`key` | True | string | `None` | Used by navigate items
|
|
`mediaControl` | True | complex | `None` | overwrites the action executed on pressing the left upper icon (red circle), icon is showing the current type of media and cannot be changed (configure it to a navigate entity; see subpages for more details `navigate.cardGrid_key`)
|