mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
935c438168
commit
c39d7f7d36
@ -33,7 +33,7 @@ A `velux` section must be present in the `configuration.yaml` file and contain t
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
velux:
|
velux:
|
||||||
host: "192.168.1.23"
|
host: "192.168.1.23"
|
||||||
password: "velux123"
|
password: "VELUX_PASSWORD"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -42,7 +42,7 @@ host:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user