SO I have dockerized HA, and MA (MusicAssistant).
I tried it via GUI, and MusicAssistant works, has information about all my speakers etc.
Now what I don;t know is how to call a service to my aryllic up2stream device (linkplay integration) and play radio?
Is this good approach:
- Get library endpoint
- Save the json response to some variable
- Call music_assistant.play and pass this response | random ?
And why is the documentation is so poorly written?
Thanks for any help