From d24343e727d3c303926a0574f24b92fca1171145 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Sep 2016 07:11:09 +0200 Subject: [PATCH] Host is now optional --- source/_components/knx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown index b27d1c49981..4573a57d980 100644 --- a/source/_components/knx.markdown +++ b/source/_components/knx.markdown @@ -28,5 +28,5 @@ knx: 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. +- **host** (*Optional*): The IP address of the KNX/IP interface to use. It defaults to `0.0.0.0` which will start discovery for your KNX/IP gateway. - **port** (*Optional*): The UDP port number. Defaults to `3671`.