Skip to content
Merged
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
4 changes: 2 additions & 2 deletions source/_integrations/google_assistant_sdk.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ Example to broadcast to all speakers:
```yaml
service: notify.google_assistant_sdk
data:
command: time for dinner
message: time for dinner
```

Example to broadcast to speakers in selected rooms:

```yaml
service: notify.google_assistant_sdk
data:
command: time for dinner
message: time for dinner
target:
- bedroom
- basement
Expand Down