mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +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
|
```yaml
|
||||||
service: notify.google_assistant_sdk
|
service: notify.google_assistant_sdk
|
||||||
data:
|
data:
|
||||||
command: time for dinner
|
message: time for dinner
|
||||||
```
|
```
|
||||||
|
|
||||||
Example to broadcast to speakers in selected rooms:
|
Example to broadcast to speakers in selected rooms:
|
||||||
@ -126,7 +126,7 @@ Example to broadcast to speakers in selected rooms:
|
|||||||
```yaml
|
```yaml
|
||||||
service: notify.google_assistant_sdk
|
service: notify.google_assistant_sdk
|
||||||
data:
|
data:
|
||||||
command: time for dinner
|
message: time for dinner
|
||||||
target:
|
target:
|
||||||
- bedroom
|
- bedroom
|
||||||
- basement
|
- basement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user