From 4e537c59cea29835e6131ef27a8a0d370a90d1c5 Mon Sep 17 00:00:00 2001 From: tronikos Date: Fri, 3 Feb 2023 06:54:21 -0800 Subject: [PATCH] Update google_assistant_sdk.markdown (#26093) --- source/_integrations/google_assistant_sdk.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index 6829844e0b8..96dfa3ac802 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -130,6 +130,7 @@ service: google_assistant_sdk.send_text_command data: command: "tell me a joke" media_player: media_player.living_room_speaker +``` You can also send multiple commands in the same conversation context which is useful to unlock doors or open covers that need a PIN. Example: @@ -171,7 +172,7 @@ data: ## Conversation agent -In the configure options of the integration, enable the conversation agent and then you can converse with Google Assistant by pressing the microphone in the frontend (supported browsers only): +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: ![Screenshot Conversation](/images/integrations/google_assistant_sdk/conversation.png)