/
/
/
1{
2 "config_entries": {
3 "manual_discovery_ip_addresses": {
4 "label": "MPD Servers",
5 "description": "List of MPD servers to connect to. Enter one server per line as host or host:port. Port defaults to 6600 if not specified."
6 },
7 "password": {
8 "label": "MPD Server Password",
9 "description": "MPD password, if required by the server."
10 }
11 },
12 "manifest": {
13 "description": "Stream music from Music Assistant to any device running MPD (Music Player Daemon)."
14 },
15 "setup_flow": {
16 "user": {
17 "title": "Connect to MPD",
18 "description": "Enter the password configured on this MPD server."
19 }
20 }
21}
22