From 9cb25206d969c07040407ca24d5d6f94acd52d6e Mon Sep 17 00:00:00 2001 From: lolouk44 Date: Sun, 18 Mar 2018 17:53:39 +0000 Subject: [PATCH] Small comment added to expose_by_default (#4936) * Small comment added to expose_by_default It's not entirely clear that listing specific entities in entity_config is not enough to expose an entity if expose_by_default is set to false. (This is my first PR so I hope I've done it correctly) * :pencil2: Rewording in order to fix the build --- 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 1e1b405b6fc..b19e182e2ed 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -71,7 +71,7 @@ api_key: required: false type: string expose_by_default: - description: Expose devices in all supported domains 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. required: false default: True type: boolean