Upgrade zeroconf dep" (#5706)
parent
eefb603f17
commit
6e94f0d7cd
|
@ -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.7.6']
|
||||
REQUIREMENTS = ['pychromecast==0.8.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
DEPENDENCIES = ['api']
|
||||
DOMAIN = 'zeroconf'
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.17.6']
|
||||
REQUIREMENTS = ['zeroconf==0.17.7']
|
||||
|
||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||
|
||||
|
|
|
@ -412,7 +412,7 @@ pybbox==0.0.5-alpha
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.media_player.cast
|
||||
pychromecast==0.7.6
|
||||
pychromecast==0.8.0
|
||||
|
||||
# homeassistant.components.media_player.cmus
|
||||
pycmus==0.1.0
|
||||
|
@ -692,4 +692,4 @@ yeelight==0.2.1
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.17.6
|
||||
zeroconf==0.17.7
|
||||
|
|
Loading…
Reference in New Issue