From 054c7f99e914b45ce3b4ed0ed084f8ef2bb04068 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 c1acef4c898..b53dc8b731c 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -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