mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Make casing of "server" and action descriptions consistent (#136561)
This commit is contained in:
parent
a9f14ce174
commit
c9218b91c1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user