mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
1aca7b08cf
commit
9cb25206d9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user