Site updated at 2016-07-22 10:32:32 UTC

This commit is contained in:
Travis CI 2016-07-22 10:32:32 +00:00
parent b68e6d6a5d
commit 0a69ae2214
24 changed files with 40 additions and 30 deletions

View file

@ -91,7 +91,17 @@
<p>The <code>plex</code> platform allows you to connect a <a href="https://plex.tv">Plex Media Server</a> to Home Assistant. It will allow you to control media playback and see the current playing item. The preferred way to setup the Plex platform is by enabling the the <a href="/components/discovery/">the discovery component</a> and requires GDM to be enabled.</p>
<p>If local authentication is enabled or multiple users are defined, HASS requires an authentication token to be entered in the webinterface. See <a href="https://support.plex.tv/hc/en-us/articles/204059436">Finding your account token / X-Plex-Token</a>.</p>
<p>If local authentication is enabled or multiple users are defined, Home Assistant requires an authentication token to be entered in the frontend. Press “CONFIGURE” to do it.</p>
<p class="img">
<img src="/images/screenshots/plex-configure.png" />
</p>
<p>If you dont know your token, see <a href="https://support.plex.tv/hc/en-us/articles/204059436">Finding your account token / X-Plex-Token</a>.</p>
<p class="img">
<img src="/images/screenshots/plex-token.png" />
</p>
<p>If you want to enable the plex platform directly, add the following lines to your <code>configuration.yaml</code>:</p>
@ -103,7 +113,7 @@
</div>
</div>
<p>In case discovery does not work (GDM disabled or non-local plex server), you can create <code>~/.homeassistant/plex.conf</code> manually.</p>
<p>In case <a href="/components/discovery/">discovery</a> does not work (GDM disabled or non-local plex server), you can create <code>~/.homeassistant/plex.conf</code> manually.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>{<span class="key"><span class="delimiter">&quot;</span><span class="content">IP_ADDRESS:PORT</span><span class="delimiter">&quot;</span></span>: {<span class="key"><span class="delimiter">&quot;</span><span class="content">token</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">TOKEN</span><span class="delimiter">&quot;</span></span>}}