mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
@ -13,7 +13,7 @@ ha_release: 0.49
|
|||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
[Velux](http://www.velux.com) integration for Home Assistant allows you to connect to a Velux KLF 200 interface, to control [io-homecontrol](http://www.io-homecontrol.com) devices like windows and blinds. The module allows you to start scenes configured within KLF 200.
|
[Velux](http://www.velux.com) integration for Home Assistant allows you to connect to a Velux KLF 200 interface, to control [io-homecontrol](http://www.io-homecontrol.com) devices like windows and blinds. The module allows you to start scenes configured within KLF 200.
|
||||||
|
|
||||||
A `velux` section must be present in the `configuration.yaml` file and contain the following options as required:
|
A `velux` section must be present in the `configuration.yaml` file and contain the following options as required:
|
||||||
|
|
||||||
@ -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