From 958816a764651f3f094ca946395201d4da47ca0e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Oct 2015 23:33:30 +0200 Subject: [PATCH] Add configuration details --- source/components/media_player.plex.markdown | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/source/components/media_player.plex.markdown b/source/components/media_player.plex.markdown index 6cfcf432371..ba1e48be292 100644 --- a/source/components/media_player.plex.markdown +++ b/source/components/media_player.plex.markdown @@ -10,16 +10,21 @@ footer: true --- -The Plex platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. -It will allow you to control media playback and see the current playing item. +The Plex platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. It will allow you to control media playback and see the current playing item. +To add Plex to your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry media_player: platform: plex - # The name of the backend device (Under Plex Media Server > settings > server) name: plex_server - user: your_username - password: your_secure_password + user: YOUR_USERNAME + password: YOUR_PASSWORD ``` + +Configuration variables: + +- **name** *Required*: The name of the backend device (Under Plex Media Server > settings > server) +- **user** *Required*: The username for your Pley server. +- **password** *Required*: The password for your Plex server.