Fixes
This commit is contained in:
parent
8f47eb20e5
commit
d0baad5bcc
4 changed files with 5 additions and 8 deletions
|
@ -27,8 +27,3 @@ media_player:
|
|||
Configuration variables:
|
||||
|
||||
- **host** *Optional*: Use only if you don't want to scan for devices.
|
||||
|
||||
<p class='note warning'>
|
||||
This platform is currently not working due to a changed Cast API.
|
||||
</p>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue