From 1fc0ef2f67c36337f07f6dc23641350f510b4596 Mon Sep 17 00:00:00 2001 From: Glen Takahashi Date: Mon, 12 Nov 2018 09:26:28 -0500 Subject: [PATCH 1/2] Revert #7292 Now that https://github.com/home-assistant/home-assistant/pull/17745 has been merged, the original documentation is back to being correct so the docs changes should be reverted once the version with https://github.com/home-assistant/home-assistant/pull/17745 has been released. --- 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 7a8872c387e7..1fc9554440d5 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -134,7 +134,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 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." + 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 From 8ec7b59d1ed7c9f2c7ce4ecd64622e9ad6f1481d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Nov 2018 08:33:20 +0100 Subject: [PATCH 2/2] Add missing quote --- 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 1fc9554440d5..73c6a2d3b8aa 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -134,7 +134,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 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