KNX: local_ip for routing is optional (#16439)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Matthias Alphart 2021-02-22 14:33:26 +01:00 committed by GitHub
parent 1231f842e3
commit a7c17c8fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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