From 27731f908aad89be40653ea6f753203620d6a066 Mon Sep 17 00:00:00 2001 From: David Thulke Date: Sat, 30 Mar 2019 17:01:26 +0100 Subject: [PATCH] clarify expose_by_default and exposed_domains in google_assistant config (#9008) --- source/_components/google_assistant.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 3da070904ba..32a35d90c19 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -139,12 +139,12 @@ api_key: required: false type: string expose_by_default: - description: "Expose devices in all supported domains by default. If set to false, you need to either expose domains or add the expose configuration option to each entity in `entity_config` and set it to true." + description: "Expose devices in all supported domains by default. If `exposed_domains` domains is set, only these domains are exposed by default. If `expose_by_default` is set to false, devices have to be manually exposed in `entity_config`." required: false default: true type: boolean exposed_domains: - description: List of entity domains to expose to Google Assistant. + description: List of entity domains to expose to Google Assistant if `expose_by_default` is set to true. This has no effect if `expose_by_default` is set to false. required: false type: list entity_config: