mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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:
parent
d7aef10b75
commit
696ddfbb10
@ -24,7 +24,13 @@ velux:
|
|||||||
password: "velux123"
|
password: "velux123"
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP address or hostname of the KLF 200 to use.
|
description: The IP address or hostname of the KLF 200 to use.
|
||||||
- **password** (*Required*): The password of the KLF 200 interface.
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: The password of the KLF 200 interface.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user