From 47d14e9142ea36c96e778be00b5333ae3272fdd4 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sat, 21 Sep 2019 19:22:56 +0100 Subject: [PATCH] Fixing the indenting (#10409) The example configs had broken indents --- source/_components/plex.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index 44594ef2f77..369da4713fa 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -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 ```
@@ -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