Update discoverable component configuration (#7534)

This commit is contained in:
Klaas Schoute 2018-11-16 08:53:01 +01:00 committed by Fabian Affolter
parent 016ca4baf1
commit aedcafc0d9

View File

@ -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 %}