/
/
1{
2 "config_entries": {
3 "mass_player_id": {
4 "label": "[%key:common::config_entries::mass_player_id::label%]",
5 "description": "The Music Assistant player connected to this AirPlay receiver plugin. When you stream audio via AirPlay to this virtual speaker, the audio will play on the selected player. Set to 'Auto' to automatically select a currently playing player, or the first available player if none is playing.",
6 "options": {
7 "__auto__": "[%key:common::config_entries::mass_player_id::options::__auto__%]"
8 }
9 },
10 "airplay_name": {
11 "label": "AirPlay Device Name",
12 "description": "How should this AirPlay receiver be named in the AirPlay device list?"
13 }
14 },
15 "setup_flow": {
16 "user": {
17 "title": "Configure AirPlay Receiver",
18 "description": "Choose the player that receives AirPlay audio and the name advertised to AirPlay devices."
19 }
20 },
21 "manifest": {
22 "description": "Receive AirPlay audio streams and use them as a source in Music Assistant."
23 }
24}
25