/
/
1{
2 "config_entries": {
3 "mass_player_id": {
4 "label": "Connected Music Assistant Player",
5 "description": "The player to route AriaCast audio to.",
6 "options": {
7 "__auto__": "Auto (prefer playing player)"
8 }
9 },
10 "ariacast_name": {
11 "label": "AriaCast Device Name",
12 "description": "The name shown to AriaCast senders when they discover this receiver on the network."
13 }
14 },
15 "setup_flow": {
16 "user": {
17 "title": "Configure AriaCast Receiver",
18 "description": "Choose the player that receives AriaCast audio."
19 }
20 },
21 "manifest": {
22 "description": "Receive AriaCast audio streams over WebSocket and use them as a source in Music Assistant."
23 }
24}
25