Site updated at 2016-11-01 12:47:02 UTC
This commit is contained in:
parent
ee5e1bfb91
commit
8eb9f6095b
23 changed files with 39 additions and 45 deletions
|
@ -98,13 +98,7 @@
|
|||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">plex</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Plex Spy</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.100</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">32400</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">plexuser</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">plexpw</span>
|
||||
<span class="s">server</span><span class="pi">:</span> <span class="s">MyPlexServer</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">plex</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -112,8 +106,8 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Optional</em>): The IP address of your Plex server. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port of your Plex Server. Defaults to 32400.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Name of the Plex server. Defaults to Plex.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port of your Plex Server. Defaults to <code class="highlighter-rouge">32400</code>.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Name of the Plex server. Defaults to “Plex”.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): The username for the remote Plex server.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The password for your given account on the remote Plex server.</li>
|
||||
<li><strong>server</strong> (<em>Optional</em>): The name of your remote Plex server.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue