mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update discoverable component configuration (#7534)
This commit is contained in:
parent
016ca4baf1
commit
aedcafc0d9
@ -25,11 +25,13 @@ To enable `discovery` in your installation, add the following to your `configura
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
discoverable:
|
||||
expose_password: yes
|
||||
expose_password: true
|
||||
```
|
||||
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **expose_password** (*Optional*): It is up to the user to expose the password in the discovery response (Default: off). If password not exposed, uHA instances will have to provide it (`get_instance('my password')`).
|
||||
|
||||
{% configuration %}
|
||||
expose_password:
|
||||
description: It is up to the user to expose the password in the discovery response. If password not exposed, uHA instances will have to provide it (`get_instance('my password')`).
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user