Update pychromecast (#3416)
parent
325220e009
commit
81928b1a6b
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
STATE_UNKNOWN)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pychromecast==0.7.2']
|
||||
REQUIREMENTS = ['pychromecast==0.7.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -314,7 +314,7 @@ pyasn1==0.1.9
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.media_player.cast
|
||||
pychromecast==0.7.2
|
||||
pychromecast==0.7.4
|
||||
|
||||
# homeassistant.components.media_player.cmus
|
||||
pycmus==0.1.0
|
||||
|
|
Loading…
Reference in New Issue