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