Update zeroconf default behavior for most common setups (including Home Assistant Operating System) (#17124)

This commit is contained in:
J. Nick Koston 2021-03-24 15:05:07 -10:00 committed by GitHub
parent 28a4c4a642
commit 9582b227bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,10 @@ zeroconf:
type: map
keys:
default_interface:
description: By default, `zeroconf` will attempt to bind to all interfaces. For systems running using network isolation or similar, this may result in `zeroconf` being unavailable. Change this option to `true` if `zeroconf` does not function.
description: By default, `zeroconf` will broadcast on the default interface. For systems that require broadcasting `mdns` on all interfaces, change this option to `false` if `zeroconf` does not function.
required: false
type: boolean
default: false
default: true
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