mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Improve action descriptions with some more detail from the docs (#134120)
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
This commit is contained in:
parent
d725cdae13
commit
e1a0fb2f1a
@ -24,7 +24,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"join": {
|
"join": {
|
||||||
"name": "Join",
|
"name": "Join",
|
||||||
"description": "Groups players together.",
|
"description": "Groups players together in a single group.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "Master",
|
||||||
@ -38,23 +38,23 @@
|
|||||||
},
|
},
|
||||||
"unjoin": {
|
"unjoin": {
|
||||||
"name": "Unjoin",
|
"name": "Unjoin",
|
||||||
"description": "Unjoins the player from a group."
|
"description": "Removes one or more players from a group."
|
||||||
},
|
},
|
||||||
"snapshot": {
|
"snapshot": {
|
||||||
"name": "Snapshot",
|
"name": "Snapshot",
|
||||||
"description": "Takes a snapshot of the media player."
|
"description": "Takes a snapshot of what is currently playing on a media player."
|
||||||
},
|
},
|
||||||
"restore": {
|
"restore": {
|
||||||
"name": "Restore",
|
"name": "Restore",
|
||||||
"description": "Restores a snapshot of the media player."
|
"description": "Restores a previously taken snapshot of a media player."
|
||||||
},
|
},
|
||||||
"set_latency": {
|
"set_latency": {
|
||||||
"name": "Set latency",
|
"name": "Set latency",
|
||||||
"description": "Sets client set_latency.",
|
"description": "Sets the latency of a speaker.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"latency": {
|
"latency": {
|
||||||
"name": "Latency",
|
"name": "Latency",
|
||||||
"description": "Latency in master."
|
"description": "Latency in milliseconds."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user