From 71d0d16ba328fa08fd5a33368935d98503699aee Mon Sep 17 00:00:00 2001 From: Zac Date: Thu, 1 Nov 2018 01:23:25 -0700 Subject: [PATCH] clarify expose_by_defaults in google_assistant (#7292) --- source/_components/google_assistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 61ffe91ede9..1d16c317c6e 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -129,7 +129,7 @@ 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 set to false, you need to add the expose configuration option to each entity in `entity_config` and set it to true. Setting `exposed_domains` values will _not_ expose those domains if `expose_by_default` is false." required: false default: True type: boolean