From 7df1211ad02d914e4ccdc4890753a33e57955e11 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 10 Nov 2023 12:47:01 -0600 Subject: [PATCH] Update docs for conversation reload service (#29789) --- source/_integrations/conversation.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index 342d6c11bdd..d2904982f6c 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -174,4 +174,5 @@ This service is able to return [response data](/docs/scripts/service-calls/#use- | Service data attribute | Optional | Description | |------------------------|----------|--------------------------------------------------------------------------| -| `language` | yes | Language to clear intent cache for. Defaults to Home Assistant language. | +| `language` | yes | Language to clear intent cache for. No value clears all languages | +| `agent_id` | yes | ID of conversation agent. Defaults to the built-in Home Assistant agent. |