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