Make casing of "server" and action descriptions consistent (#136561)

This commit is contained in:
Norbert Rittel 2025-01-26 16:33:43 +01:00 committed by GitHub
parent a9f14ce174
commit c9218b91c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,15 +7,15 @@
}
},
"manual": {
"title": "Manually add 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",
"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.",
"data": {
"url": "URL of the Music Assistant server"
}
},
"discovery_confirm": {
"description": "Do you want to add the Music Assistant Server `{url}` to Home Assistant?",
"title": "Discovered Music Assistant Server"
"description": "Do you want to add the Music Assistant server `{url}` to Home Assistant?",
"title": "Discovered Music Assistant server"
}
},
"error": {
@ -34,13 +34,13 @@
"issues": {
"invalid_server_version": {
"title": "The Music Assistant server is not the correct version",
"description": "Check if there are updates available for the Music Assistant Server and/or integration."
"description": "Check if there are updates available for the Music Assistant server and/or integration."
}
},
"services": {
"play_media": {
"name": "Play media",
"description": "Play media on a Music Assistant player with more fine-grained control options.",
"description": "Plays media on a Music Assistant player with more fine-grained control options.",
"fields": {
"media_id": {
"name": "Media ID(s)",
@ -70,7 +70,7 @@
},
"play_announcement": {
"name": "Play announcement",
"description": "Play announcement on a Music Assistant player with more fine-grained control options.",
"description": "Plays an announcement on a Music Assistant player with more fine-grained control options.",
"fields": {
"url": {
"name": "URL",
@ -88,7 +88,7 @@
},
"transfer_queue": {
"name": "Transfer queue",
"description": "Transfer the player's queue to another player.",
"description": "Transfers a player's queue to another player.",
"fields": {
"source_player": {
"name": "Source media player",
@ -102,11 +102,11 @@
},
"get_queue": {
"name": "Get playerQueue details (advanced)",
"description": "Get the details of the currently active queue of a Music Assistant player."
"description": "Retrieves the details of the currently active queue of a Music Assistant player."
},
"search": {
"name": "Search Music Assistant",
"description": "Perform a global search on the Music Assistant library and all providers.",
"description": "Performs a global search on the Music Assistant library and all providers.",
"fields": {
"config_entry_id": {
"name": "Music Assistant instance",