mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Listen on the default interface by default for zeroconf (#48302)
This commit is contained in:
parent
058d232c57
commit
da7fd8a294
@ -56,7 +56,7 @@ HOMEKIT_TYPES = [
|
||||
|
||||
CONF_DEFAULT_INTERFACE = "default_interface"
|
||||
CONF_IPV6 = "ipv6"
|
||||
DEFAULT_DEFAULT_INTERFACE = False
|
||||
DEFAULT_DEFAULT_INTERFACE = True
|
||||
DEFAULT_IPV6 = True
|
||||
|
||||
HOMEKIT_PROPERTIES = "properties"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.28.8"],
|
||||
"requirements": ["zeroconf==0.29.0"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal"
|
||||
|
@ -32,7 +32,7 @@ sqlalchemy==1.3.23
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.1
|
||||
yarl==1.6.3
|
||||
zeroconf==0.28.8
|
||||
zeroconf==0.29.0
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@ -2363,7 +2363,7 @@ zeep[async]==4.0.0
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.8
|
||||
zeroconf==0.29.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.54
|
||||
|
@ -1215,7 +1215,7 @@ yeelight==0.5.4
|
||||
zeep[async]==4.0.0
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.8
|
||||
zeroconf==0.29.0
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.54
|
||||
|
Loading…
x
Reference in New Issue
Block a user