Help adding a button to a URL and shortcut to Music Assistant #875
Unanswered
lestat1977uk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
First of all, this is a great card, nice work.
I'm quite new to adding to cards via Yaml, I'm just trying to add a link back to Music Assisnt, so essentially I want to keep the normal click behaviour of the card, but add an extra button that will link to Music Assisnt.
I have this but it takes over the default behaviour.
type: custom:mini-media-player
volume_stateless: true
group: false
entity: media_player.studycastairreceiver_dlna_2
artwork: full-cover
info: scroll
source: full
sound_mode: full
replace_mute: stop
shortcuts:
columns: 1
type: button
tap_action:
action: navigate
navigation_path: /d5369777_music_assistant/ingress
icon: mdi:music-box-multiple-outline
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions