From 8d7b6b52b8c10642cca0c1fd8fd930ade1002493 Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 28 Dec 2022 13:24:49 -0800 Subject: [PATCH 1/3] 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 From 6130c385c906c66fce0fb8230f032bca955ec7bb Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 28 Dec 2022 14:17:36 -0800 Subject: [PATCH 2/3] Update google_assistant_sdk.markdown --- source/_integrations/google_assistant_sdk.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index f2e27c917cc3..713de98dc8c5 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -82,9 +82,11 @@ The integration setup will next give you instructions to enter the [Application If you have an error with your credentials you can delete them in the [Application Credentials](/integrations/application_credentials/) user interface. +If broadcasting doesn't work make sure: speakers aren't in do not disturb mode and that the Home Assistant server is in the same network as the speakers. + ## Configuration -On the configure page, you can set the language code of the interactions with Google Assistant. If not configured, the integration picks one based on Home Assistant's configured language and country. +On the configure page, you can set the language code of the interactions with Google Assistant. If not configured, the integration picks one based on Home Assistant's configured language and country. Suported languages are listed [here](https://developers.google.com/assistant/sdk/reference/rpc/languages) ## Services From c98c89350c10a7deccc3dda0c21ee0b295898751 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 28 Dec 2022 23:41:51 +0100 Subject: [PATCH 3/3] Tweaks --- 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 713de98dc8c5..ffc6fc9cb94c 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -82,11 +82,11 @@ The integration setup will next give you instructions to enter the [Application If you have an error with your credentials you can delete them in the [Application Credentials](/integrations/application_credentials/) user interface. -If broadcasting doesn't work make sure: speakers aren't in do not disturb mode and that the Home Assistant server is in the same network as the speakers. +If broadcasting doesn't work, make sure: the speakers aren't in do not disturb mode and that the Home Assistant server is in the same network as the speakers. ## Configuration -On the configure page, you can set the language code of the interactions with Google Assistant. If not configured, the integration picks one based on Home Assistant's configured language and country. Suported languages are listed [here](https://developers.google.com/assistant/sdk/reference/rpc/languages) +On the configure page, you can set the language code of the interactions with Google Assistant. If not configured, the integration picks one based on Home Assistant's configured language and country. Supported languages are listed [here](https://developers.google.com/assistant/sdk/reference/rpc/languages) ## Services