mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix typo in google_assistant_sdk.markdown (#25434)
This commit is contained in:
parent
bb2a3b9e06
commit
1ec0750742
@ -118,7 +118,7 @@ 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:
|
||||
@ -126,7 +126,7 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user