Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions source/_integrations/google_assistant_sdk.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.