Skip to content

Commit f785b2a

Browse files
committed
Merge pull request #164 from tomduijf/mp_plex_conffix
Fixed documentation of media_player.plex. No auth token in plex.conf …
2 parents dfd99de + 2b82fea commit f785b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/media_player.plex.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ media_player:
2525
platform: plex
2626
```
2727
28-
You may also need to create the file `plex.conf`.
28+
In case discovery does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually.
2929

3030
```json
3131
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
3232
```
3333

3434
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server
3535
- **PORT** (*Required*): Port where Plex is listening. Default is 32400
36-
- **TOKEN** (*Optional*): Only if authentication is required. Set to `None` (without quotes) otherwise.
36+
- **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise.
3737

3838
At this moment, the Plex platform only supports one Plex Media Server.

0 commit comments

Comments
 (0)