Listen on the default interface by default for zeroconf (#48302)

This commit is contained in:
J. Nick Koston 2021-03-24 15:04:55 -10:00 committed by GitHub
parent 058d232c57
commit da7fd8a294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ HOMEKIT_TYPES = [
CONF_DEFAULT_INTERFACE = "default_interface" CONF_DEFAULT_INTERFACE = "default_interface"
CONF_IPV6 = "ipv6" CONF_IPV6 = "ipv6"
DEFAULT_DEFAULT_INTERFACE = False DEFAULT_DEFAULT_INTERFACE = True
DEFAULT_IPV6 = True DEFAULT_IPV6 = True
HOMEKIT_PROPERTIES = "properties" HOMEKIT_PROPERTIES = "properties"

View File

@ -2,7 +2,7 @@
"domain": "zeroconf", "domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)", "name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf", "documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.28.8"], "requirements": ["zeroconf==0.29.0"],
"dependencies": ["api"], "dependencies": ["api"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"quality_scale": "internal" "quality_scale": "internal"

View File

@ -32,7 +32,7 @@ sqlalchemy==1.3.23
voluptuous-serialize==2.4.0 voluptuous-serialize==2.4.0
voluptuous==0.12.1 voluptuous==0.12.1
yarl==1.6.3 yarl==1.6.3
zeroconf==0.28.8 zeroconf==0.29.0
pycryptodome>=3.6.6 pycryptodome>=3.6.6

View File

@ -2363,7 +2363,7 @@ zeep[async]==4.0.0
zengge==0.2 zengge==0.2
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.28.8 zeroconf==0.29.0
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.54 zha-quirks==0.0.54

View File

@ -1215,7 +1215,7 @@ yeelight==0.5.4
zeep[async]==4.0.0 zeep[async]==4.0.0
# homeassistant.components.zeroconf # homeassistant.components.zeroconf
zeroconf==0.28.8 zeroconf==0.29.0
# homeassistant.components.zha # homeassistant.components.zha
zha-quirks==0.0.54 zha-quirks==0.0.54