From 1ec0750742023de0f0140ac594fbb158a3e7577d Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 28 Dec 2022 13:34:54 -0800 Subject: [PATCH] Fix typo in google_assistant_sdk.markdown (#25434) --- source/_integrations/google_assistant_sdk.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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