Bump pychromecast to 7.1.2 (#37976)

This commit is contained in:
Erik Montnemery 2020-07-19 12:36:59 +02:00 committed by GitHub
parent 619707e0e3
commit c994904e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
"requirements": ["pychromecast==7.0.1"],
"requirements": ["pychromecast==7.1.2"],
"after_dependencies": ["cloud","zeroconf"],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": ["@emontnemery"]

View File

@ -279,6 +279,8 @@ class CastDevice(MediaPlayerEntity):
cast_info.uuid,
cast_info.model_name,
cast_info.friendly_name,
None,
None,
),
ChromeCastZeroconf.get_zeroconf(),
)

View File

@ -1247,7 +1247,7 @@ pycfdns==0.0.1
pychannels==1.0.0
# homeassistant.components.cast
pychromecast==7.0.1
pychromecast==7.1.2
# homeassistant.components.cmus
pycmus==0.1.1

View File

@ -580,7 +580,7 @@ pyblackbird==0.5
pybotvac==0.0.17
# homeassistant.components.cast
pychromecast==7.0.1
pychromecast==7.1.2
# homeassistant.components.coolmaster
pycoolmasternet==0.0.4