diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index baeeef6de65..0be595de549 100644 --- a/homeassistant/components/cast/manifest.json +++ b/homeassistant/components/cast/manifest.json @@ -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"] diff --git a/homeassistant/components/zeroconf/__init__.py b/homeassistant/components/zeroconf/__init__.py index 5b5275f1d1b..436b38fd704 100644 --- a/homeassistant/components/zeroconf/__init__.py +++ b/homeassistant/components/zeroconf/__init__.py @@ -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) diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index 9d4398f3b56..e28594d5598 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -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" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 278f41b1f45..637bddb2d9e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index 9b24388a815..f3748a3acc9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 88666ed685f..559a6653c5d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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