From e1a0fb2f1a0b39c13c08f6804d999fee53f06354 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 2 Jan 2025 12:52:51 +0100 Subject: [PATCH] Improve action descriptions with some more detail from the docs (#134120) Co-authored-by: G Johansson --- homeassistant/components/snapcast/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/snapcast/strings.json b/homeassistant/components/snapcast/strings.json index b5673910595..685b4a0dd11 100644 --- a/homeassistant/components/snapcast/strings.json +++ b/homeassistant/components/snapcast/strings.json @@ -24,7 +24,7 @@ "services": { "join": { "name": "Join", - "description": "Groups players together.", + "description": "Groups players together in a single group.", "fields": { "master": { "name": "Master", @@ -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." } } }