From 9fb0b69f0aea049fd2082bd024f39c4aec30fa66 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 30 Mar 2026 15:42:31 +0200 Subject: [PATCH] Improve text action naming consistency (#166523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AbĂ­lio Costa --- 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 0c159a8809a..e7fea2f230e 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 entity.", "fields": { "value": { "description": "Enter your text.", "name": "Value" } }, - "name": "Set value" + "name": "Set text value" } }, "title": "Text",