1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

PS4 bump to renamed dependency (#27144)

* Change to renamed dependency pyps4-2ndscreen 0.9.0

* Rename / bump to ps4 dependency to 1.0.0

* update requirements

* Rename test req

* Fix import

* Bump 1.0.1

* Fix flaky test leaving files behind
This commit is contained in:
ktnrg45
2019-10-06 05:43:34 -07:00
committed by Fabian Affolter
parent bd6bbcd5af
commit 1ecc883ef4
9 changed files with 56 additions and 66 deletions

View File

@@ -2,8 +2,8 @@
import logging
import asyncio
import pyps4_homeassistant.ps4 as pyps4
from pyps4_homeassistant.errors import NotReady
import pyps4_2ndscreen.ps4 as pyps4
from pyps4_2ndscreen.errors import NotReady
from homeassistant.core import callback
from homeassistant.components.media_player import ENTITY_IMAGE_URL, MediaPlayerDevice
@@ -254,7 +254,7 @@ class PS4Device(MediaPlayerDevice):
async def async_get_title_data(self, title_id, name):
"""Get PS Store Data."""
from pyps4_homeassistant.errors import PSDataIncomplete
from pyps4_2ndscreen.errors import PSDataIncomplete
app_name = None
art = None