mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Added requirements
This commit is contained in:
parent
a24b38aacc
commit
64741a95b8
@ -42,6 +42,10 @@ from homeassistant.const import (
|
||||
STATE_IDLE, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
|
||||
from plexapi.myplex import MyPlexUser
|
||||
|
||||
REQUIREMENTS = ['https://github.com/miniconfig/python-plex-api/archive'
|
||||
'437e36dca3b7780dc0cb73941d662302c0cd2fa9'
|
||||
'#python-plexapi==1.0.2.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SUPPORT_PLEX = SUPPORT_PAUSE | SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK
|
||||
|
Loading…
x
Reference in New Issue
Block a user