Fixed documentation of media_player.plex. No auth token in plex.conf is configured as 'null', not 'None'

This commit is contained in:
Tom Duijf 2016-01-19 23:51:48 +01:00
parent dfd99de4c9
commit 2b82feafee

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.