From fa0c50fa807c4cac98fb0076be7e85e75abd00ae Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 15 Mar 2021 15:06:18 +0100 Subject: [PATCH] remove KNX config_file (#16684) --- source/_integrations/knx.markdown | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 8b0a700733a..11166bcb3c0 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -80,18 +80,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 tunneling server doesn't assign an IA at connection. required: false