Skip to content
Snippets Groups Projects
Commit d267f0a0 authored by miniconfig's avatar miniconfig
Browse files

Removed references to the frontend device parameter in the directions and added some clarification.

Fixed plexapi version number.
parent a8e0ca6d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ To use Plex add something like this to your configuration:
media_player:
platform: plex
name: plex
name: plex_server
user: plex
password: my_secure_password
......@@ -18,11 +18,7 @@ Variables:
name
*Required
The name of the backend device
device
*Required
The frontend device (Look under settings > devices).
The name of the backend device (Look under Plex Media Server > settings > server).
user
*Required
......@@ -44,7 +40,7 @@ from plexapi.myplex import MyPlexUser
REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip'
'#python-plexapi==1.0.2.5']
'#python-plexapi==1.0.2']
_LOGGER = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment