As hassio introduced support for media Library since 0.115, it is possible to add support for the media library icon of original hassio's media player:

The code is here : https://github.com/home-assistant/core/commit/c8d49a8adfd6a4587b79f2361ec7d59ffdc575e4#diff-c09babd1295c823387ca3f879688e2135940e0f78f3264ff328c1e0c3a27ca63
Would be nice to get that button in general (if the player has SUPPORT_BROWSE_MEDIA) not only for spotiy
Hello,
I looked into it when it was initially released in HA but the media browser dialog was locally imported from where it was used throughout HA, so wasn't accessible by custom-cards.
I later read that it's possible to integrate with the media browser from custom-cards iirc.
Will look into it further in the future and try to bring you this feature.
Most helpful comment
Hello,
I looked into it when it was initially released in HA but the media browser dialog was locally imported from where it was used throughout HA, so wasn't accessible by custom-cards.
I later read that it's possible to integrate with the media browser from custom-cards iirc.
Will look into it further in the future and try to bring you this feature.