Host is now optional

This commit is contained in:
Fabian Affolter 2016-09-13 07:11:09 +02:00
parent aeaae31642
commit d24343e727
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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`.