Upgrade pyatv to 0.3.12 (#19085)
This commit is contained in:
parent
5ff7563070
commit
5bf6951311
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers import discovery
|
|||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pyatv==0.3.11']
|
||||
REQUIREMENTS = ['pyatv==0.3.12']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -861,7 +861,7 @@ pyarlo==0.2.2
|
|||
pyatmo==1.4
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.3.11
|
||||
pyatv==0.3.12
|
||||
|
||||
# homeassistant.components.device_tracker.bbox
|
||||
# homeassistant.components.sensor.bbox
|
||||
|
|
Loading…
Add table
Reference in a new issue