mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Upgrade zeroconf dep" (#5706)
This commit is contained in:
parent
eefb603f17
commit
6e94f0d7cd
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['pychromecast==0.7.6']
|
REQUIREMENTS = ['pychromecast==0.8.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
DEPENDENCIES = ['api']
|
DEPENDENCIES = ['api']
|
||||||
DOMAIN = 'zeroconf'
|
DOMAIN = 'zeroconf'
|
||||||
|
|
||||||
REQUIREMENTS = ['zeroconf==0.17.6']
|
REQUIREMENTS = ['zeroconf==0.17.7']
|
||||||
|
|
||||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||||
|
|
||||||
|
@ -412,7 +412,7 @@ pybbox==0.0.5-alpha
|
|||||||
# pybluez==0.22
|
# pybluez==0.22
|
||||||
|
|
||||||
# homeassistant.components.media_player.cast
|
# homeassistant.components.media_player.cast
|
||||||
pychromecast==0.7.6
|
pychromecast==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.cmus
|
# homeassistant.components.media_player.cmus
|
||||||
pycmus==0.1.0
|
pycmus==0.1.0
|
||||||
@ -692,4 +692,4 @@ yeelight==0.2.1
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.17.6
|
zeroconf==0.17.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user