Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/cast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/zeroconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def service_update(zeroconf, service_type, name, state_change):
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)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down