From e05b2ed4a86a8ea328e192c167aead042c5ff8fd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 25 Mar 2026 20:15:00 +0000 Subject: [PATCH] Improve text action naming consistency --- homeassistant/components/text/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/text/strings.json b/homeassistant/components/text/strings.json index 0c159a8809a5..8b14a6881758 100644 --- a/homeassistant/components/text/strings.json +++ b/homeassistant/components/text/strings.json @@ -60,14 +60,14 @@ }, "services": { "set_value": { - "description": "Sets the value.", + "description": "Sets the value of a text.", "fields": { "value": { "description": "Enter your text.", "name": "Value" } }, - "name": "Set value" + "name": "Set text value" } }, "title": "Text",