Google Assistant SDK: update conversation screenshot and add a note that bubbles might be empty (#25746)

* Update google_assistant_sdk.markdown

* Update conversation.png

* Update note

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
tronikos 2023-01-25 09:13:23 -08:00 committed by GitHub
parent 52577a28bd
commit ef94a8aa34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -158,12 +158,6 @@ data:
## Conversation agent ## Conversation agent
In `configuration.yaml` add:
```yaml
conversation:
```
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 pressing the microphone in the frontend (supported browsers only):
![Screenshot Conversation](/images/integrations/google_assistant_sdk/conversation.png) ![Screenshot Conversation](/images/integrations/google_assistant_sdk/conversation.png)
@ -175,3 +169,5 @@ service: conversation.process
data: data:
text: "Dim the family room lights" text: "Dim the family room lights"
``` ```
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 `<empty response>`. 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 39 KiB