I created a backend integration and a very simple frontend plugin to allow Spotify playlist to be integrated into home assistant.
The frontend simply displays images of the playlist and allows you to tap on them to play the given playlist to a pre-selected Spotify source.
I’ve got everything working, thanks for the great addition! A couple of comments for other users to learn from my mistakes:
The backend integration destination key is looking for the friendly name of the media player (ie. Living Room Dot), NOT the yaml name (ie. media_player.living_room_dot)
The frontend component requires spelling “entities” as “entitys”, which you must use in the yaml config. @xqueenslander, maybe this is something you would consider changing to match other components?
Thanks @raff. I just pushed an update to allow you to use “entities” instead of “entitys”. but It will still accept “entitys” so I don’t break your config
Where i can find more infos about how to install the Spotify Metafy Frontend?
I installed the custom component but don’t understand how and where to install the frontend.
Yes i found how to add into resources and now it works…
But is there a way to have a chance to choose the destination device directly from the frontend?
Unfortunately, not at this time I’m happy to take feature requests. Would you like the front-end config to overwrite the back-end config. or are you looking for a UI popup like this?: