mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
parent
68f08f65b9
commit
47d14e9142
@ -38,7 +38,7 @@ You can also enable the `plex` platform directly by adding the following lines t
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
plex:
|
plex:
|
||||||
token: MYSECRETTOKEN
|
token: MYSECRETTOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
@ -95,14 +95,14 @@ media_player:
|
|||||||
```yaml
|
```yaml
|
||||||
# Complete configuration.yaml entry
|
# Complete configuration.yaml entry
|
||||||
plex:
|
plex:
|
||||||
host: 192.168.1.100
|
host: 192.168.1.100
|
||||||
port: 32400
|
port: 32400
|
||||||
token: MY_SECRET_TOKEN
|
token: MY_SECRET_TOKEN
|
||||||
ssl: true
|
ssl: true
|
||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
media_player:
|
media_player:
|
||||||
use_episode_art: true
|
use_episode_art: true
|
||||||
show_all_controls: false
|
show_all_controls: false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Media Player
|
## Media Player
|
||||||
|
Loading…
x
Reference in New Issue
Block a user