mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump zeroconf to 0.28.3 (#39471)
Changes: https://github.com/jstasiak/python-zeroconf/pull/287 Hopefully this will fix the last round of HomeKit issues
This commit is contained in:
parent
d8b4fa4a8b
commit
11e4ad2272
@ -2,7 +2,7 @@
|
||||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.28.2"],
|
||||
"requirements": ["zeroconf==0.28.3"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@Kane610"],
|
||||
"quality_scale": "internal"
|
||||
|
@ -29,7 +29,7 @@ sqlalchemy==1.3.19
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.11.7
|
||||
yarl==1.4.2
|
||||
zeroconf==0.28.2
|
||||
zeroconf==0.28.3
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
@ -2285,7 +2285,7 @@ youtube_dl==2020.07.28
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.2
|
||||
zeroconf==0.28.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.43
|
||||
|
@ -1049,7 +1049,7 @@ xmltodict==0.12.0
|
||||
yeelight==0.5.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.2
|
||||
zeroconf==0.28.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.43
|
||||
|
Loading…
x
Reference in New Issue
Block a user