mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Update zeroconf to show that the interface configuration has been centralized in the network integration (#17911)
* Update zeroconf.markdown * Update zeroconf.markdown
This commit is contained in:
parent
fc29c12ecb
commit
278c93f9fe
@ -29,11 +29,6 @@ zeroconf:
|
|||||||
description:
|
description:
|
||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
default_interface:
|
|
||||||
description: By default, `zeroconf` will attempt to detect the best value based on available routing information. For systems that require broadcasting mDNS on all interfaces, change this option to `false` if `zeroconf` does not function.
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
ipv6:
|
ipv6:
|
||||||
description: By default, `zeroconf` will enable IPv6 support. If your network has trouble with IPv6 being enabled, you can set this option to `false`.
|
description: By default, `zeroconf` will enable IPv6 support. If your network has trouble with IPv6 being enabled, you can set this option to `false`.
|
||||||
required: false
|
required: false
|
||||||
@ -41,10 +36,6 @@ zeroconf:
|
|||||||
default: true
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## `default_interface` auto detection
|
## Network interfaces and auto detection
|
||||||
|
|
||||||
If the `default_interface` is unset, the value is auto-detected based on the system routing next hop for the mDNS broadcast address (`224.0.0.251`).
|
Zeroconf chooses which interfaces to broadcast on based on the [Network](/integrations/network/) integration.
|
||||||
|
|
||||||
If the next-hop cannot be detected or is a loopback address, `zeroconf` will broadcast on all interfaces. If the next hop is a non-loopback address, `zeroconf` will only broadcast on the default interface.
|
|
||||||
|
|
||||||
Setting the `default_interface` to `true` or `false` will override the auto detection.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user