From 8d7b6b52b8c10642cca0c1fd8fd930ade1002493 Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 28 Dec 2022 13:24:49 -0800 Subject: [PATCH] Fix typo in google_assistant_sdk.markdown --- 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 c9c62b458daa..f2e27c917cc3 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