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

Fixed plexapi version number.
This commit is contained in:
miniconfig 2015-09-21 10:59:34 -04:00
parent a8e0ca6d3f
commit d267f0a04c

View File

@ -10,7 +10,7 @@ To use Plex add something like this to your configuration:
media_player: media_player:
platform: plex platform: plex
name: plex name: plex_server
user: plex user: plex
password: my_secure_password password: my_secure_password
@ -18,11 +18,7 @@ Variables:
name name
*Required *Required
The name of the backend device The name of the backend device (Look under Plex Media Server > settings > server).
device
*Required
The frontend device (Look under settings > devices).
user user
*Required *Required
@ -44,7 +40,7 @@ from plexapi.myplex import MyPlexUser
REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/' REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip' '437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip'
'#python-plexapi==1.0.2.5'] '#python-plexapi==1.0.2']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)