Jukebox Dashboard for Home Assistant #2175
OzGav
started this conversation in
Show and tell
Replies: 2 comments
-
That looks awesome. I'll definitely check this out! Great work! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just saw this and need to add that your taste in music is supurb. A hair repeitive, but you got Brothers in Arms in there :). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There have been calls for a jukebox mode for MA. While we wait to see if that is something that can be provided I though I would do a proof of concept. I have come up with this:
To use this you will need two custom components from HACS ha-floorplan and browser-mod
You can select the player by double clicking on a hidden button in that black rectangle at the centre bottom below the numbers. The player name will appear for 2 secs and then vanish. The available players must be hard coded into an input_select and those options must be identical to the player friendly names. You also need to know that I have the characters
ma_
in all of my MA entities so I can identify them easily and this uniqueness is used in templates to resolve theentity_id
from the friendly name.When clicking on the search area a custom pop up courtesy of browser-mod will appear for text entry
Once the eight fields are then populated you simply click on those fields to add that song to the queue.
I have put all of the parts that need to be created into a package file, the view is in a separate file and the SVG image is the third file in the ZIP.
jukebox.zip
I do all my work in YAML but you should be able to recreate all of this in the UI but you will need access to the HA file structure to upload the SVG.
Beta Was this translation helpful? Give feedback.
All reactions