Fix typos and layout

This commit is contained in:
Fabian Affolter 2016-07-13 09:53:49 +02:00
parent d246733e9a
commit c01087813b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "KNX" title: "KNX"
description: "Instructions on how to integrate KXN compoents with Home Assistant." description: "Instructions on how to integrate KXN components with Home Assistant."
date: 2016-06-08 12:00 date: 2016-06-08 12:00
sidebar: true sidebar: true
comments: false comments: false
@ -16,22 +16,19 @@ ha_release: 0.24
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
- [Binary Sensor](../binary_sensor.knx) - [Binary Sensor](/components/binary_sensor.knx)
- [Switch](../switch.knx) - [Switch](/components/switch.knx)
The local ZigBee device (assuming XBee) must have an up to date Router or Coordinator API firmware installed. The local ZigBee device (assuming XBee) must have an up to date Router or Coordinator API firmware installed.
## Configuration
A `knx` section must be present in the `configuration.yaml` file and contain the following options as required: A `knx` section must be present in the `configuration.yaml` file and contain the following options as required:
- **host**: The IP address of the KNX/IP interface to use. You can use "0.0.0.0" if your KNX/IP gateway supports discovery
- **port**: The UDP port number. Default: `3671`
#### Example
```yaml ```yaml
knx: knx:
host: 192.168.1.12 host: IP_ADDRESS
port: PORT
``` ```
- **host** (*Required*): The IP address of the KNX/IP interface to use. You can use "0.0.0.0" if your KNX/IP gateway supports discovery.
- **port** (*Optional*): The UDP port number. Defaults to `3671`.