From 88ca8169545ff143aa41105f7dca02a5c92c266c Mon Sep 17 00:00:00 2001 From: teejay-87 Date: Fri, 16 Nov 2018 08:55:11 +0100 Subject: [PATCH] Fixed case of exposed domains (#7523) Exposed domains must be lowercase, otherwise Google Home will link accounts but will not find any device to setup. --- source/_components/google_assistant.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 8acb903c7c8..814ef6bad49 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -105,9 +105,9 @@ google_assistant: project_id: YOUR_PROJECT_ID api_key: YOUR_API_KEY exposed_domains: - - SWITCH - - LIGHT - - GROUP + - switch + - light + - group entity_config: switch.kitchen: name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT