Upgrade AppleTV dep to 0.1.4
parent
44311193ef
commit
a25e394a11
|
@ -23,7 +23,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
import homeassistant.util.dt as dt_util
|
||||
|
||||
|
||||
REQUIREMENTS = ['pyatv==0.1.3']
|
||||
REQUIREMENTS = ['pyatv==0.1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -418,7 +418,7 @@ pyasn1-modules==0.0.8
|
|||
pyasn1==0.2.2
|
||||
|
||||
# homeassistant.components.media_player.apple_tv
|
||||
pyatv==0.1.3
|
||||
pyatv==0.1.4
|
||||
|
||||
# homeassistant.components.device_tracker.bbox
|
||||
# homeassistant.components.sensor.bbox
|
||||
|
|
Loading…
Reference in New Issue