kalkih / mini-media-player

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

Question regarding individual volumes + unjoin bug/problem #842

Open kyme32 opened 3 weeks ago

kyme32 commented 3 weeks ago

Hello, I have the following setup card image

is there a possibility to add volume bar for individual media players beside its name(on the right side of the name)?

only thing that i've found is sync_volume, but no posibility to use speaker_group future and have individual volumes.

Also i've noticed that when i try to turn off(unlink a speaker) the unlink is successful, but card remains in on position, after a refresh of the page, everything is as it should and the speaker is off

All players are linkplay, 1x wiim mini(front) + 3x audiocast m5

I have mini-media-player v1.16.9 installed Linkplay component by nagyrobi V.3.2.1 Core 2024.6.1 Supervisor 2024.06.0 Operating System 12.3 Frontend 20240605.0

type: custom:mini-media-player
entity: media_player.audiocast_tv
hide:
  power: true
  icon: true
  source: true
  volume: false
speaker_group:
  supports_master: true
  sync_volume: false
  expanded: true
  platform: linkplay
  show_group_count: true
  entities:
    - entity_id: media_player.audiocast_tv
      name: Front
    - entity_id: media_player.large_left
      name: Left
    - entity_id: media_player.large_right
      name: Right
    - entity_id: media_player.small_dorm
      name: Small dorm
artwork: cover
source: icon
sound_mode: icon
info: scroll
toggle_power: false
volume_stateless: false

Thank you