My idea , would be that the tap on the card makes the player ON / OFF while the popup manage the volume with the slider , play pause and track select.
i have the first card which is a normal one , so no buttons , which does nothing if i tap it , but if i hold i get the popup.Also i do not understand why my popup slider has a dot instead of a line.
maybe @DBuit can help
- entity: media_player.multiroom
icon: mdi:speaker-wireless
offIcon: 'mdi:garage'
offStates:
- "off"
- "unavailable"
- "paused"
tap_action:
action: call service
service: media_player.media_play_pause
service_data:
entity_id: media_player.multiroom
haptic: light
popup:
settings: true
type: custom:media_player-popup-card
actions:
- service: media_player.media_previous_track
service_data:
entity_id: this
name: previous
icon: mdi:skip-previous
- service: media_player.media_play_pause
service_data:
entity_id: this
name: play/pause
icon: mdi:play-pause
- service: media_player.media_next_track
service_data:
entity_id: this
name: next
icon: mdi:skip-next