mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fixed documentation of media_player.plex. No auth token in plex.conf is configured as 'null', not 'None'
This commit is contained in:
parent
dfd99de4c9
commit
2b82feafee
@ -25,7 +25,7 @@ media_player:
|
|||||||
platform: plex
|
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
|
```json
|
||||||
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
|
{"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
|
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server
|
||||||
- **PORT** (*Required*): Port where Plex is listening. Default is 32400
|
- **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.
|
At this moment, the Plex platform only supports one Plex Media Server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user