šŸŽµ HOMEii Flow – a full music app experience for Music Assistant inside Home Assistant

Good question.

Right now, when a player group is playing, the main volume control shown in the player view is the volume for the currently selected/lead player.

For group-related controls, you can open Actions → Group, where there is group control, including the group/global volume behavior.

That said, your question gives me a good idea: I should probably make this clearer and add a dedicated group volume control directly in the player view when the selected player is part of a group.

So the card could show both:

  • the selected player volume
  • a group/global volume control

Thanks for pointing this out — I’ll look into improving this UX.

בבקשה :blush: מקווה שאתה נהנה ×ž×”×›×Ø×˜×™×”
Translation: You’re very welcome , hope you’re enjoy using the card

You can also use the studio to control multiple players

How about changing the default language to English if Auto doesn't work?

Btw that's not normal?

Good catch! While 'auto' is designed to detect the browser's language, sometimes a 'hard' override is the way to go to be 100% sure.

Regarding the language: Yes, you can easily change the default. Just change the line in your YAML from language: auto to: language: en This will force the card into English regardless of your browser settings.

Regarding the layout (is it normal?): What you see in the screenshot is normal for the Configuration/Preview mode. Because the Home Assistant editor squeezes the card into a smaller preview window, the elements might look a bit tight. Once you hit 'Save' and view it on your actual dashboard, it will expand to its full sleek design and look perfect!

Thanks for the feedback—it helps me refine the 'Auto' logic for future updates!

I switched to "mobile" layout.
Didn't help.

Edit.
It seems like the quick actions that are bugged.
If you deselect all, they still show all up.
If you only select 1 you have one.

To help me understand exactly why the layout and the Quick Actions are behaving this way, could you please provide a bit more technical detail?

  1. Device Info: Which specific device and browser (or Home Assistant app version) are you using for these tests?
  2. Full Card Code: Could you copy and share your full YAML configuration for this card?

Having the full code and knowing the hardware will allow me to replicate your exact setup and

HOMEii Flow 5.4.1 is now available.

Queue Easy Order:

New Players Page:

New Design for Light Mode:

This is a distribution hotfix for the withdrawn 5.4.0 release.

5.4.1 includes the same fixes that were prepared for 5.4.0, but republishes them in a cleaner HACS-compatible release format.

What changed:

  • Fixed the release packaging so HACS can use the normal repository/tag contents.
  • Removed the custom release zip asset that could cause installation/loading issues.
  • Bumped the runtime/editor cache tags to 5.4.1 so browsers do not reuse the withdrawn 5.4.0 bundle.
  • No additional runtime logic changes were added after the tested 5.4.0 fix set.

Included from the 5.4.x fix set:

  • Fixed This device / Sendspin loading.
  • Fixed player-card volume and mute behavior.
  • Fixed missing built-in Music Assistant playlist artwork on tablet/mobile.
  • Improved queue move-to-position behavior.
  • Improved media search responsiveness while preserving Music Assistant/provider results.
  • Updated default UI language to English.
  • Improved Players screen, light mode, and opened screen visuals.

Recommended after updating:

  1. Update to 5.4.1.
  2. Hard-refresh the browser.
  3. On Home Assistant mobile/tablet apps, reopen the app or clear cache if needed.
  4. Confirm the loaded card version shows 5.4.1.

Feedback is welcome, especially around:

  • HACS update/install behavior
  • Card loading after update
  • This device / Sendspin
  • Music Assistant search
  • Tablet/mobile playlist artwork

I really like the card and it totally looks amazing!! Thanks for sharing this :hugs:
One small bit im missing is an dedicated power button or i just was not able to locate it.

Greetings

You're absolutely right! Currently, the power control is accessible through the Info icon, which opens the 'More Info' panel where the power toggle resides.

I realize that for a quick daily workflow, a dedicated power button is missing. Your feedback just gave me an idea: I’m going to add a dedicated Power Icon to the Quick Actions row in the upcoming update. This way, you'll be able to toggle your players on and off with a single click directly from the main interface.

Thanks for pointing this out—it’s exactly the kind of practical feedback that helps HOMEii Flow evolve. Stay tuned for the next release!

1 Like

Help me shape the next version of HOMEii Flow! :rocket:

Hi everyone,

First of all, a huge thank you to the hundreds of you who have already installed and tested the card. Seeing the growth in the last few days has been amazing!

I’m currently working on the next update, and I want to make sure I’m focusing on what you actually need. Since I can’t test every single tablet or mobile device out there, I need your eyes.

I would love to hear from you:

  1. Performance: Is the card running smoothly for you, or are you experiencing any flickering/lag (especially on mobile)?
  2. Layout: Does anything look "squished" or out of place on your specific screen size?
  3. Missing Features: Is there one small thing (like a dedicated button or a specific toggle) that would make this your primary player card?

If you found a bug or have a suggestion, please drop a comment here or open an issue on GitHub. Even a "Works great on my iPad!" helps me know which devices are stable.

Looking forward to your feedback so we can make the next version even more polished!

Hi,
is it planned to add other languages?
I would like to have a german version. Happy to support in translation/verficatioon if needed.
Thanks and Cheers
Dastonie

Hi Dastonie,

Yes, adding more languages is definitely planned.

At the moment HOMEii Flow supports English and Hebrew, and the current translation logic was originally built around those two languages. I’m planning to move it to a proper i18n structure so additional languages like German can be added and maintained much more cleanly.

German would be a great first additional language, especially since it also helps test longer UI labels and layout behavior.

Your help with translation and verification would be very welcome. I’ll likely start by preparing an English translation template / key list, then German can be added from there and tested inside the card.

Thanks a lot for offering to help!


For me, the cover only loads when I press F5

This should be resolved in version 5.4.1.

Please update and make sure to clear your browser cache CTRL+F5 (or the Home Assistant app cache) to ensure the changes take effect. Let me know if that fixes it

I installed it for the first time, so I went straight to 5.4.1, cleared the cache, but the problem persists

Thanks for the update. Since you're already on 5.4.1 and cleared the cache, it might be related to a specific integration or browser.

A few quick questions to help me track this down:

  1. Which Media Player integration are you using (Spotify, MA, etc.)?
  2. Does this happen on a desktop browser (Chrome/Safari) or the mobile app?

I'll look into the code further and get back to you with an answer soon

I use MA with Sonos Player; I've tested the integration both as a Home Assistant add-on and as a standalone installation. The problem occurs on all devices and browsers.

Thanks, that helps a lot.

Since this happens on all devices and browsers, and you installed 5.4.1 fresh, this is probably not a simple browser cache issue.

It may be related to how Music Assistant + Sonos exposes artwork. In some setups the artwork URL can stay the same while the image behind it changes, or the card may need to refresh the current queue/media snapshot more aggressively when the track changes.

A couple of details would help me confirm it:

  1. When the track changes, does the song title update immediately in HOMEii Flow, while only the cover stays old/missing?
  2. In Home Assistant Developer Tools → States, for the Sonos / Music Assistant media_player entity, does entity_picture or media_image_url change when the song changes?
  3. Is this happening on the main player cover, library covers, or both?

I’ll investigate the artwork refresh logic specifically for MA + Sonos and see if I need to add a stronger cache-buster / forced artwork refresh when the current media changes.

When the track changes, the song title and duration are updated immediately. I'm playing local MP3 files. The status changes, and the cover art on my other media card also updates immediately. The entities on the development server are updated immediately. This occurs with the cover art on the main player