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" } } }