kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.51k stars 206 forks source link

No volume control without group when sync_volume: true #534

Open jonkristian opened 3 years ago

jonkristian commented 3 years ago

I'm working on a new integration for casatunes multi-room audio with the new service schema for join/unjoin. Referencing #525, what I'm seeing in mini-media-player dev is that when sync_volume=true but no speakers are yet grouped, the volume control doesn't fall back to the current media_player. Not doing anything special, using async_set_volume_level, as soon as I add speaker to group it works. Main volume control works fine.