mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Removed references to the frontend device parameter in the directions and added some clarification.
Fixed plexapi version number.
This commit is contained in:
parent
a8e0ca6d3f
commit
d267f0a04c
@ -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__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user