Update Velux component configuration variable (#6532)

Update style of velux component documentation to follow new configuration variables description.
Related to #6385.
This commit is contained in:
Klaas Schoute 2018-10-05 18:01:47 +02:00 committed by Franck Nijhof
parent d7aef10b75
commit 696ddfbb10

View File

@ -24,7 +24,13 @@ velux:
password: "velux123"
```
Configuration variables:
- **host** (*Required*): The IP address or hostname of the KLF 200 to use.
- **password** (*Required*): The password of the KLF 200 interface.
{% configuration %}
host:
description: The IP address or hostname of the KLF 200 to use.
required: true
type: string
password:
description: The password of the KLF 200 interface.
required: true
type: string
{% endconfiguration %}