Using NavBar I've got video control working well enough in each room. Now I want to integrate music options. I have a HTD MCA-66. There are 6 zones. Each Zone can have one of 6 sources (I'm using 5, but only 2 are for music). I'd like a user to be able to control media from those 2 sources. Pick a source, and it plays in the appropriate room. The problme I'm facing is that the MCA-66 doesn't seem to show as a target entity. For example- If I want to do text to speech on the speakers in all the zones, I have to go through each speaker set which shows as a very basic media player, turn it on, set the source to the PiCore Player Source, then play the audio. Each zone doesn't show as a media player with media, so while I can select a source via script or manually, there's multiple steps that need to happen-
- Turn on Zone
- Switch to Correct Source for that Zone
- On Source Media Player, browse media
How can I integrate all 3 steps into an interface that the family can easily use? I've looked a couple of media player cards from HACS but they don't seem to like having the Source Media Player and the Zone Media Player working together.
Any suggestions on where I can look?