You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/music_assistant/strings.json
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,13 @@
17
17
"description": "Do you want to add the Music Assistant server `{url}` to Home Assistant?",
18
18
"title": "Discovered Music Assistant server"
19
19
},
20
-
"init": {
20
+
"user": {
21
21
"data": {
22
+
"url": "[%key:common::config_flow::data::url%]"
23
+
},
24
+
"data_description": {
22
25
"url": "URL of the Music Assistant server"
23
26
}
24
-
},
25
-
"manual": {
26
-
"data": {
27
-
"url": "URL of the Music Assistant server"
28
-
},
29
-
"description": "Enter the URL to your already running Music Assistant server. If you do not have the Music Assistant server running, you should install it first.",
0 commit comments