File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ media_player:
25
25
platform : plex
26
26
` ` `
27
27
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 .
29
29
30
30
` ` ` json
31
31
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
32
32
` ` `
33
33
34
34
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server
35
35
- **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.
37
37
38
38
At this moment, the Plex platform only supports one Plex Media Server.
You can’t perform that action at this time.
0 commit comments