Bump zeroconf, pychromecast. Log if zeroconf.get_service_info fails. (#36185)
This commit is contained in:
parent
a55c6c5f47
commit
c7e97f0cf8
6 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Google Cast",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/cast",
|
||||
"requirements": ["pychromecast==5.2.0"],
|
||||
"requirements": ["pychromecast==5.3.0"],
|
||||
"after_dependencies": ["cloud","zeroconf"],
|
||||
"zeroconf": ["_googlecast._tcp.local."],
|
||||
"codeowners": ["@emontnemery"]
|
||||
|
|
|
@ -192,6 +192,7 @@ def setup(hass, config):
|
|||
if not service_info:
|
||||
# Prevent the browser thread from collapsing as
|
||||
# service_info can be None
|
||||
_LOGGER.debug("Failed to get info for device %s", name)
|
||||
return
|
||||
|
||||
info = info_from_service(service_info)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "zeroconf",
|
||||
"name": "Zero-configuration networking (zeroconf)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||
"requirements": ["zeroconf==0.26.2"],
|
||||
"requirements": ["zeroconf==0.26.3"],
|
||||
"dependencies": ["api"],
|
||||
"codeowners": ["@robbiet480", "@Kane610"],
|
||||
"quality_scale": "internal"
|
||||
|
|
|
@ -25,7 +25,7 @@ ruamel.yaml==0.15.100
|
|||
sqlalchemy==1.3.17
|
||||
voluptuous-serialize==2.3.0
|
||||
voluptuous==0.11.7
|
||||
zeroconf==0.26.2
|
||||
zeroconf==0.26.3
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
|
|
|
@ -1248,7 +1248,7 @@ pycfdns==0.0.1
|
|||
pychannels==1.0.0
|
||||
|
||||
# homeassistant.components.cast
|
||||
pychromecast==5.2.0
|
||||
pychromecast==5.3.0
|
||||
|
||||
# homeassistant.components.cmus
|
||||
pycmus==0.1.1
|
||||
|
@ -2242,7 +2242,7 @@ youtube_dl==2020.05.08
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.26.2
|
||||
zeroconf==0.26.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.39
|
||||
|
|
|
@ -533,7 +533,7 @@ pyblackbird==0.5
|
|||
pybotvac==0.0.17
|
||||
|
||||
# homeassistant.components.cast
|
||||
pychromecast==5.2.0
|
||||
pychromecast==5.3.0
|
||||
|
||||
# homeassistant.components.coolmaster
|
||||
pycoolmasternet==0.0.4
|
||||
|
@ -906,7 +906,7 @@ xmltodict==0.12.0
|
|||
ya_ma==0.3.8
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.26.2
|
||||
zeroconf==0.26.3
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha-quirks==0.0.39
|
||||
|
|
Loading…
Add table
Reference in a new issue