Skip to content

Commit e0e5ee1

Browse files
Julius2342fabaff
authored andcommitted
documentation for velux component (home-assistant#2958)
* documentation for velux component * documentation for velux component - fixed problem * Fix indent
1 parent 8d25d7e commit e0e5ee1

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

source/_components/velux.markdown

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: page
3+
title: "Velux"
4+
description: "Instructions on how to integrate Velux KLF 200 component with Home Assistant."
5+
date: 2017-07-09 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: velux.png
11+
ha_category: Hub
12+
ha_release: 0.49
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
[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.
17+
18+
A `velux` section must be present in the `configuration.yaml` file and contain the following options as required:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
velux:
23+
host: "192.168.1.23"
24+
password: "velux123"
25+
```
26+
27+
Configuration variables:
28+
29+
- **host** (*Required*): The IP address or hostname of the KLF 200 to use.
30+
- **password** (*Required*): The password of the KLF 200 interface.
1018 Bytes
Loading

0 commit comments

Comments
 (0)