Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve action descriptions with some more detail from the docs #134120

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions homeassistant/components/snapcast/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"services": {
"join": {
"name": "Join",
"description": "Groups players together.",
"description": "Groups players together under a single group.",
NoRi2909 marked this conversation as resolved.
Show resolved Hide resolved
"fields": {
"master": {
"name": "Master",
Expand All @@ -38,23 +38,23 @@
},
"unjoin": {
"name": "Unjoin",
"description": "Unjoins the player from a group."
"description": "Removes one or more players from a group."
},
"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": {
"name": "Restore",
"description": "Restores a snapshot of the media player."
"description": "Restores a previously taken snapshot of a media player."
},
"set_latency": {
"name": "Set latency",
"description": "Sets client set_latency.",
"description": "Sets the latency of a speaker.",
"fields": {
"latency": {
"name": "Latency",
"description": "Latency in master."
"description": "Latency in milliseconds."
}
}
}
Expand Down