Bump PyChromecast to 0.8.1 (#6702)
parent
7eaad4fb3a
commit
5569ae38f1
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['pychromecast==0.8.0']
|
||||
REQUIREMENTS = ['pychromecast==0.8.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -469,7 +469,7 @@ pybbox==0.0.5-alpha
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.media_player.cast
|
||||
pychromecast==0.8.0
|
||||
pychromecast==0.8.1
|
||||
|
||||
# homeassistant.components.media_player.cmus
|
||||
pycmus==0.1.0
|
||||
|
|
Loading…
Reference in New Issue