Update formatting

This commit is contained in:
Fabian Affolter 2015-11-24 08:20:19 +01:00
parent 05423c9b6f
commit d48ec4ae55

View File

@ -22,17 +22,17 @@ If you want to enable the plex platform directly, add the following lines to you
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
- platform: plex platform: plex
``` ```
You may also need to create the file `plex.conf`. You may also need to create the file `plex.conf`.
```json ```json
{"<IP_ADDRESS>:<PORT>": {"token": "<TOKEN>"}} {"IP_ADDRESS:PORT": {"token": "TOKEN"}}
``` ```
- `<IP_ADDRESS>` *Required*: IP address of the Plex Media Server - **IP_ADDRESS** (*Required*): IP address of the Plex Media Server
- `<PORT>` *required*: 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 `None` (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.