Clarify which password to use with velux component (#8706)

* Clarify which password to use with velux component

Previous examples everywhere use the "velux123" string. That is the web login password the KLF 200 defaults to. The password actually required is the other one, which is both significantly more complex and set elsewhere.
Changing the example will hopefully help others to not waste as much time on this as I did ;-)

* Minor change as stated in the guidelines
This commit is contained in:
Lars Marowsky-Brée 2019-02-23 22:08:17 +01:00 committed by Fabian Affolter
parent 935c438168
commit c39d7f7d36

View File

@ -33,7 +33,7 @@ A `velux` section must be present in the `configuration.yaml` file and contain t
# Example configuration.yaml entry
velux:
host: "192.168.1.23"
password: "velux123"
password: "VELUX_PASSWORD"
```
{% configuration %}
@ -42,7 +42,7 @@ host:
required: true
type: string
password:
description: The password of the KLF 200 interface.
description: The password of the KLF 200 interface. Note that this is the same as the WiFi password (in the upper box on the back), *not* the password for the web login.
required: true
type: string
{% endconfiguration %}