Update to zeroconf 0.28.6 to accomodate devices that are not strictly name compliant (#41784)
parent
8db88192a8
commit
ef9cd485fd
|
@ -512,7 +512,7 @@ homeassistant/components/yeelight/* @rytilahti @zewelor @shenxn
|
|||
homeassistant/components/yeelightsunflower/* @lindsaymarkward
|
||||
homeassistant/components/yessssms/* @flowolf
|
||||
homeassistant/components/yi/* @bachya
|
||||
homeassistant/components/zeroconf/* @Kane610
|
||||
homeassistant/components/zeroconf/* @bdraco
|
||||
homeassistant/components/zerproc/* @emlove
|
||||
homeassistant/components/zha/* @dmulcahey @adminiuga
|
||||
homeassistant/components/zodiac/* @JulienTant
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.28.5"],
|
||||
"requirements": ["zeroconf==0.28.6"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@Kane610"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ sqlalchemy==1.3.20
|
|||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.12.0
|
||||
yarl==1.4.2
|
||||
zeroconf==0.28.5
|
||||
zeroconf==0.28.6
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -2325,7 +2325,7 @@ youtube_dl==2020.09.20
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.5
|
||||
zeroconf==0.28.6
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.45
|
||||
|
|
|
@ -1091,7 +1091,7 @@ xmltodict==0.12.0
|
|||
yeelight==0.5.4
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.28.5
|
||||
zeroconf==0.28.6
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.45
|
||||
|
|
Loading…
Reference in New Issue