From aca5adb673be388b4fe1c435701cef691450b84f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 26 Mar 2026 00:34:22 +0100 Subject: [PATCH] Improve conversation action naming consistency (#166542) --- homeassistant/components/conversation/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/conversation/strings.json b/homeassistant/components/conversation/strings.json index b09d3dccac2..be083c0171d 100644 --- a/homeassistant/components/conversation/strings.json +++ b/homeassistant/components/conversation/strings.json @@ -6,7 +6,7 @@ }, "services": { "process": { - "description": "Launches a conversation from a transcribed text.", + "description": "Sends text to a conversation agent for processing.", "fields": { "agent_id": { "description": "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands.", @@ -25,10 +25,10 @@ "name": "Text" } }, - "name": "Process" + "name": "Process conversation" }, "reload": { - "description": "Reloads the intent configuration.", + "description": "Reloads the intent configuration of conversation agents.", "fields": { "agent_id": { "description": "Conversation agent to reload.", @@ -39,7 +39,7 @@ "name": "[%key:common::config_flow::data::language%]" } }, - "name": "[%key:common::action::reload%]" + "name": "Reload conversation agents" } }, "title": "Conversation"