clarify expose_by_default and exposed_domains in google_assistant config (#9008)

This commit is contained in:
David Thulke 2019-03-30 17:01:26 +01:00 committed by Franck Nijhof
parent 35f4985c97
commit 27731f908a

View File

@ -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: