From 917a8bb9143fce892171aa431a4b25b7c2dbea02 Mon Sep 17 00:00:00 2001 From: tronikos Date: Sun, 23 Jul 2023 04:08:49 -0700 Subject: [PATCH] Google Assistant SDK: update documentation since there is no option to enable the conversation agent (#27439) --- source/_integrations/google_assistant_sdk.markdown | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index e9069deeafb..aa79578966c 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -179,16 +179,11 @@ data: ## Conversation agent -In the configure options of the integration, enable the conversation agent and then you can converse with Google Assistant by tapping the Assist icon at the top right of your dashboard: +You can add an assistant with the conversation agent set to "Google Assistant SDK". +Then you can converse with Google Assistant by tapping the Assist icon at the top right of your dashboard: ![Screenshot Conversation](/images/integrations/google_assistant_sdk/conversation.png) -Or by calling the `conversation.process` service with the transcribed text: - -```yaml -service: conversation.process -data: - text: "Dim the family room lights" -``` +Or by calling the `conversation.process` service. Note: due to a bug in the Google Assistant API, not all responses contain text, especially for home control commands, like turn on the lights. These will be shown as ``. For those, Google Assistant responds with HTML and Home Assistant integrations are [not allowed](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md) to parse HTML.