From a7c17c8fbc7e505fda003ef626c650adb511957e Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 22 Feb 2021 14:33:26 +0100 Subject: [PATCH] KNX: `local_ip` for routing is optional (#16439) Co-authored-by: Franck Nijhof --- source/_integrations/knx.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 6022d503d2c..ca3f22dac63 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -153,15 +153,13 @@ Explicit connection via KNX/IP routing. This requires multicast communication to ```yaml knx: - routing: - local_ip: "192.168.2.109" ``` {% configuration %} local_ip: - description: The local IP address of the interface that shall be used to send multicast packets. + description: The local IP address of the interface that shall be used to send multicast packets. If omitted the default multicast interface is used. type: string - required: true + required: false {% endconfiguration %} ## Events