Google Assistant SDK: Document conversation agent (#25657)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
tronikos 2023-01-12 11:45:02 -08:00 committed by GitHub
parent 566f3a5095
commit f3aa86db4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -27,6 +27,7 @@ This integration allows:
- Someone is at the front door
- Smoke detected in the master bedroom
- Water leak detected in the master bathroom
- Having a conversation with Google Assistant using the [conversation](/integrations/conversation/) integration via text or voice.
## Prerequisites
@ -133,3 +134,22 @@ data:
- bedroom
- basement
```
## 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):
![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"
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB