Merge pull request #164 from tomduijf/mp_plex_conffix

Fixed documentation of media_player.plex. No auth token in plex.conf …
This commit is contained in:
Paulus Schoutsen 2016-01-19 15:06:42 -08:00
commit f785b2a9cc

View File

@ -25,7 +25,7 @@ media_player:
platform: plex
```
You may also need to create the file `plex.conf`.
In case discovery does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually.
```json
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
@ -33,6 +33,6 @@ You may also need to create the file `plex.conf`.
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server
- **PORT** (*Required*): Port where Plex is listening. Default is 32400
- **TOKEN** (*Optional*): Only if authentication is required. Set to `None` (without quotes) otherwise.
- **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise.
At this moment, the Plex platform only supports one Plex Media Server.