Fixing the indenting (#10409)

The example configs had broken indents
This commit is contained in:
Dubh Ad 2019-09-21 19:22:56 +01:00 committed by Franck Nijhof
parent 68f08f65b9
commit 47d14e9142

View File

@ -38,7 +38,7 @@ You can also enable the `plex` platform directly by adding the following lines t
```yaml
# Example configuration.yaml entry
plex:
token: MYSECRETTOKEN
token: MYSECRETTOKEN
```
<div class='note warning'>
@ -95,14 +95,14 @@ media_player:
```yaml
# Complete configuration.yaml entry
plex:
host: 192.168.1.100
port: 32400
token: MY_SECRET_TOKEN
ssl: true
verify_ssl: true
media_player:
use_episode_art: true
show_all_controls: false
host: 192.168.1.100
port: 32400
token: MY_SECRET_TOKEN
ssl: true
verify_ssl: true
media_player:
use_episode_art: true
show_all_controls: false
```
## Media Player