diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index c9c62b458da..f2e27c917cc 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -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