From 79b37bff0ba6bd047b775c58456c96d89e2ab299 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 1 Apr 2026 21:15:19 +0200 Subject: [PATCH] Improve `shelly` action naming consistency (#167102) --- homeassistant/components/shelly/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index 8778cd753be..1a2fc3513f6 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -795,7 +795,7 @@ }, "services": { "get_kvs_value": { - "description": "Get a value from the device's Key-Value Storage.", + "description": "Gets a value from a Shelly device's Key-Value Storage.", "fields": { "device_id": { "description": "The ID of the Shelly device to get the KVS value from.", @@ -806,10 +806,10 @@ "name": "Key" } }, - "name": "Get KVS value" + "name": "Get Shelly KVS value" }, "set_kvs_value": { - "description": "Set a value in the device's Key-Value Storage.", + "description": "Sets a value in a Shelly device's Key-Value Storage.", "fields": { "device_id": { "description": "The ID of the Shelly device to set the KVS value.", @@ -824,7 +824,7 @@ "name": "Value" } }, - "name": "Set KVS value" + "name": "Set Shelly KVS value" } } }