mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
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:
commit
f785b2a9cc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user