mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Upgrade AppleTV dep to 0.1.4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user