mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-06 10:16: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
|
```yaml
|
||||||
knx:
|
knx:
|
||||||
routing:
|
|
||||||
local_ip: "192.168.2.109"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
local_ip:
|
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
|
type: string
|
||||||
required: true
|
required: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Events
|
## Events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user