Update to zeroconf 0.28.6 to accomodate devices that are not strictly name compliant (#41784)

pull/41793/head
J. Nick Koston 2020-10-13 14:02:52 -05:00 committed by GitHub
parent 8db88192a8
commit ef9cd485fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -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

View File

@ -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

View File

@ -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