Multi-card: MA search configured per docs but no search UI appears #487
Replies: 1 comment
|
Uhh, it just start working for me. no clear reason why? Maybe I wasn't aggressive enough in my refreshing, sorry! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Card version: 0.30
HA: 2026.5.4
MA integration + mass_queue v0.10.0 installed; music_assistant.search service works directly from Developer Tools.
Relevant parts config:
yamltype: custom:mediocre-multi-media-player-card
entity_id: media_player.all_sonos
mode: card
size: large
media_players:
ma_entity_id: media_player.all_sonos
ma_entity_id: media_player.kitchen
...etc
Per the multi-card doc, ma_entity_id "adds search and queue management when paired with hass_queue." Per the v0.25 release notes, options.default_tab accepts search on size: large. However:
No search tab/button is visible on the rendered multi-card.
The visual editor exposes no search-related fields.
Setting options.default_tab: search blanks the visual editor.
The same ma_entity_id config on a single mediocre-media-player-card works fine — search button appears and queries return correctly.
Is MA search supported on the multi-card in 0.30, or is the per-player ma_entity_id option not yet wired to the multi-card's UI?
All reactions