Media_player Popup
Media Player popup¶
Card compatibility¶
This popup is displayed using hold_action
and it is compatible with the following cards/chips :
- card_media_player
How to use¶
To enable this popup, add the variable ulm_card_media_player_enable_popup
and set to true
.
!!! warning This is a different approach as the other popup_cards use.
For example :
- type: "custom:button-card"
template:
- card_media_player
entity: media_player.lounge_room
variables:
ulm_card_media_player_enable_popup: true
Credits¶
- Designed by schumijo and bavo (special thanks to him for his help on this development)).