From c39d7f7d3645f31142d4e6d82fe1f955b7803944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Marowsky-Br=C3=A9e?= Date: Sat, 23 Feb 2019 22:08:17 +0100 Subject: [PATCH] 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 --- source/_components/velux.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/velux.markdown b/source/_components/velux.markdown index af87b167cd1..fc7da7fe521 100644 --- a/source/_components/velux.markdown +++ b/source/_components/velux.markdown @@ -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 %}