mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fixed Requirements URL
This commit is contained in:
parent
64741a95b8
commit
48306ddbf6
@ -42,8 +42,8 @@ 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'
|
||||
REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/'
|
||||
'437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip'
|
||||
'#python-plexapi==1.0.2.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user