mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Upgrade zeroconf to 0.26.1 to resolve performance regression (#35291)
This commit is contained in:
parent
19734e7b2c
commit
b35306052d
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.26.0"],
|
||||
"requirements": ["zeroconf==0.26.1"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@robbiet480", "@Kane610"],
|
||||
"quality_scale": "internal"
|
||||
|
@ -25,7 +25,7 @@ ruamel.yaml==0.15.100
|
||||
sqlalchemy==1.3.16
|
||||
voluptuous-serialize==2.3.0
|
||||
voluptuous==0.11.7
|
||||
zeroconf==0.26.0
|
||||
zeroconf==0.26.1
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@ -2206,7 +2206,7 @@ youtube_dl==2020.05.03
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.26.0
|
||||
zeroconf==0.26.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.38
|
||||
|
@ -855,7 +855,7 @@ xmltodict==0.12.0
|
||||
ya_ma==0.3.8
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.26.0
|
||||
zeroconf==0.26.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.38
|
||||
|
Loading…
x
Reference in New Issue
Block a user