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