mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 07:46:49 +00:00
KNX: local_ip
for routing is optional (#16439)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
1231f842e3
commit
a7c17c8fbc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user