Conflicts:
	source/_includes/site/head.html
This commit is contained in:
Paulus Schoutsen 2015-10-27 01:25:17 -07:00
parent 9ca94b96c8
commit f8af05da0b
6 changed files with 126 additions and 9 deletions

View file

@ -20,15 +20,19 @@ If local authentication is enabled or multiple users are defined, HASS requires
If you want to enable the plex platform directly, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
media_player:
- platform: plex
```
You may also need to create the file `plex.conf`.
```
{'IP_ADDRESS:PORT': {'token': 'TOKEN'}}
```
- **IP_ADDRESS** *Required*: IP address of the Plex Media Server
- **PORT** *required*: Default is 32400
- **TOKEN** *Optional*: Only is authentication is required. Set to `None` (without quotes) otherwise.