mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
discoverable:
|
discoverable:
|
||||||
expose_password: yes
|
expose_password: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
Configuration variables:
|
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')`).
|
||||||
- **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')`).
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user