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)

* ✏️ Rewording in order to fix the build
This commit is contained in:
lolouk44 2018-03-18 17:53:39 +00:00 committed by Franck Nijhof
parent 1aca7b08cf
commit 9cb25206d9

View File

@ -71,7 +71,7 @@ api_key:
required: false required: false
type: string type: string
expose_by_default: 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 required: false
default: True default: True
type: boolean type: boolean