mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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"
|
||||
```
|
||||
|
||||
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user