Klaas Schoute 696ddfbb10 Update Velux component configuration variable (#6532)
Update style of velux component documentation to follow new configuration variables description.
Related to #6385.
2018-10-05 18:01:47 +02:00

1020 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Velux Instructions on how to integrate Velux KLF 200 component with Home Assistant. 2017-07-09 12:00 true false true true velux.png Hub 0.49 Local Polling

Velux integration for Home Assistant allows you to connect to a Velux KLF 200 interface, to control io-homecontrol 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:

# Example configuration.yaml entry
velux:
  host: "192.168.1.23"
  password: "velux123"

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