1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Music Assistant: Fix strings.json (#156188)

Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com>
This commit is contained in:
OzGav
2025-11-10 14:34:35 +10:00
committed by GitHub
parent 9ec3aee8aa
commit dbc53b99c1

View File

@@ -17,17 +17,13 @@
"description": "Do you want to add the Music Assistant server `{url}` to Home Assistant?",
"title": "Discovered Music Assistant server"
},
"init": {
"user": {
"data": {
"url": "[%key:common::config_flow::data::url%]"
},
"data_description": {
"url": "URL of the Music Assistant server"
}
},
"manual": {
"data": {
"url": "URL of the Music Assistant server"
},
"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.",
"title": "Manually add Music Assistant server"
}
}
},