mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update formatting
This commit is contained in:
parent
05423c9b6f
commit
d48ec4ae55
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user