mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix sentence-casing in music_assistant.get_library
action (#139901)
- make the casing of several words consistent - make the action's description consistent with HA style using "Retrieves …" instead of "Get …"
This commit is contained in:
parent
b44c26d324
commit
4f255439eb
@ -139,8 +139,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"get_library": {
|
"get_library": {
|
||||||
"name": "Get Library items",
|
"name": "Get library items",
|
||||||
"description": "Get items from a Music Assistant library.",
|
"description": "Retrieves items from a Music Assistant library.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry_id": {
|
"config_entry_id": {
|
||||||
"name": "[%key:component::music_assistant::services::search::fields::config_entry_id::name%]",
|
"name": "[%key:component::music_assistant::services::search::fields::config_entry_id::name%]",
|
||||||
@ -167,7 +167,7 @@
|
|||||||
"description": "Offset to start the list from."
|
"description": "Offset to start the list from."
|
||||||
},
|
},
|
||||||
"order_by": {
|
"order_by": {
|
||||||
"name": "Order By",
|
"name": "Order by",
|
||||||
"description": "Sort the list by this field."
|
"description": "Sort the list by this field."
|
||||||
},
|
},
|
||||||
"album_type": {
|
"album_type": {
|
||||||
@ -176,7 +176,7 @@
|
|||||||
},
|
},
|
||||||
"album_artists_only": {
|
"album_artists_only": {
|
||||||
"name": "Enable album artists filter (only for artist library)",
|
"name": "Enable album artists filter (only for artist library)",
|
||||||
"description": "Only return Album Artists when listing the Artists library items."
|
"description": "Only return album artists when listing the artists library items."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user