From 6b7c7b4e6314dce77f37bff8892a65ec4692ae1e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 29 Jun 2021 20:19:38 -1000 Subject: [PATCH] Update zeroconf docs for IPv6 auto configuration (#18350) --- source/_integrations/zeroconf.markdown | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index d957270e455..d92ddf51603 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -19,23 +19,8 @@ Integrations can opt-in to be found by adding either [a Zeroconf section](https: This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, and you wish to have Home Assistant scan for integrations using zeroconf and HomeKit, the following example shows you how to enable this integration manually: -```yaml -# Example configuration.yaml entry -zeroconf: -``` - -{% configuration %} -zeroconf: - description: - type: map - keys: - 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`. - required: false - type: boolean - default: true -{% endconfiguration %} - ## Network interfaces and auto detection Zeroconf chooses which interfaces to broadcast on based on the [Network](/integrations/network/) integration. + +IPv6 will automatically be enabled if one of the selected interfaces has an IPv6 address that is enabled via the Network integration.