mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
52577a28bd
commit
ef94a8aa34
@ -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):
|
||||||
|
|
||||||

|

|
||||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user