Replies: 1 comment
-
To give you an idea, I have converted much of of home to mushroom --- I love it! But this GUI remains: Which is the most used panel in the house. The music center. I could convert the input selections but woould still have the mini-media players only because of this. The rest can be chips. It would be so great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How about adding a source selection to the mushroom media card so that we can select the source??????
Using mini-media:
Now if I could add the select to this:
I would be in heaven!
And no I don't want it on multiple lines ... nice, compact like mini-media and right inline. Reason? Because that whole card is done with auto-entities and it would be a pain to implement all that repeat code just for an input select for sources. Right now, I have this for mini-media:
- type: custom:auto-entities card: type: entities title: Speaker Zones show_header_toggle: false state_color: true group: true hide: play_pause: true filter: include: - entity_id: media_player.xan* options: sourceicon: mdi:music type: custom:mini-media-player group: true hide: controls: false icon: true source: false exclude: - entity_id: media_player.xantech8_xantech_house_audio
You can see the option hide source is false. Would it not be so great to have:
type: custom:auto-entities card: type: grid columns: 1 title: Speaker Zones show_header_toggle: false state_color: true square: false card_param: cards filter: include: - entity_id: media_player.xan* options: type: custom:mushroom-media-player-card layout: horizontal fill-container: true media_controls: - play_pause_stop volume_controls: - volume_mute - volume_set show_volume_level: true **show_source_selection: true** collapsible_controls: true exclude: - entity_id: media_player.xantech8_xantech_house_audio
Add entry for "show_source_selection" or something?
Beta Was this translation helpful? Give feedback.
All reactions