Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Plex Activity Monitor">
|
||||
<meta name="twitter:description" content="How to add a Plex sensor to Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -76,6 +76,7 @@
|
|||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">plex</code> sensor platform will monitor activity on a given <a href="https://plex.tv/">Plex Media Server</a>. It will create a sensor that shows the number of currently watching users as the state. If you click the sensor for more details it will show you who is watching what.</p>
|
||||
<p>If your Plex server is on the same local network as Home Assistant, all you need to provide in the <code class="highlighter-rouge">configuration.yaml</code> is the host or IP address. If you want to access a remote Plex server, you must provide the Plex username, password, and optionally the server name of the remote Plex server. If no server name is given it will use the first server listed. If you use the username and password, all servers in that account are monitored.</p>
|
||||
<p>If you don’t 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>If you want to enable the plex sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
|
||||
<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>
|
||||
|
@ -90,6 +91,7 @@
|
|||
<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>
|
||||
<li><strong>token</strong> (<em>Optional</em>): X-Plex-Token of your remote Plex server.</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -180,6 +182,9 @@
|
|||
<li>
|
||||
<a href='/components/media_extractor/'>Media Extractor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.monoprice/'>Monoprice 6-Zone Amplifier</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.mpd/'>Music Player Daemon (MPD)</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue