Fix typos and layout
This commit is contained in:
parent
d246733e9a
commit
c01087813b
1 changed files with 9 additions and 12 deletions
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue