mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Support for ipv6 being disabled in zeroconf (#14007)
This commit is contained in:
parent
0042fbe8b2
commit
922aca84f8
@ -34,4 +34,9 @@ zeroconf:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user