Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions source/_integrations/knx.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,7 @@ knx:

Please see the dedicated platform sections below about how to configure them correctly.

Alternatively, if you want to use the [XKNX](https://xknx.io/) library abstraction (e.g., to re-use the configuration also for other scripted tools outside of Home Assistant):

```yaml
knx:
config_file: "/path/to/xknx.yaml"
```

{% configuration %}
config_file:
description: The path for XKNX configuration file. See [xknx.io](https://xknx.io/configuration) for details.
required: false
type: string
individual_address:
description: The KNX individual address (IA) that shall be used for routing or if a tunnelling server doesn't assign an IA at connection.
required: false
Expand Down