mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Fix typo in google_assistant_sdk.markdown (#25434)
This commit is contained in:
parent
bc53f26a82
commit
054c7f99e9
@ -120,7 +120,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:
|
||||
@ -128,7 +128,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