This commit is contained in:
joBr99
2022-12-19 16:49:18 +01:00
parent 53c2ead1a9
commit 6b66f9377f
2 changed files with 16 additions and 1 deletions

View File

@@ -44,3 +44,18 @@ key | optional | type | default | description
status: media_player.kitchen
```
</details>
<details>
<summary>Example with moved spaker selection</summary>
<br>
The icon for speaker selection is automatically appended to the end of the list and can be moved with entities in the list.
With 6 entities it is possible to remove it entirely.
```
- type: cardMedia
title: Kitchen
entity: media_player.kitchen
entities:
- entity: delete
- entity: delete
```
</details>