This commit is contained in:
Paulus Schoutsen 2015-10-05 21:45:58 -07:00
parent 4148f723ac
commit 966416644d
4 changed files with 42 additions and 12 deletions

View File

@ -29,14 +29,14 @@
<a href='/components/arduino.html'>
<img src='/images/supported_brands/arduino.png' />
</a>
<a href='/components/media_player.kodi.html'>
<img src='/images/supported_brands/kodi.png' />
</a>
<a href='/components/device_tracker.netgear.html'>
<img src='/images/supported_brands/netgear.png' />
</a>
<a href='/components/zwave.html'>
<img src='/images/supported_brands/z-wave.png' />
<a href='/components/media_player.kodi.html'>
<img src='/images/supported_brands/kodi.png' />
</a>
<a href='/components/media_player.plex.html'>
<img src='/images/supported_brands/plex.png' />
</a>
<a href='/components/device_tracker.luci.html'>
<img src='/images/supported_brands/openwrt.png' />

View File

@ -226,6 +226,11 @@ Entities are things that you want to observe within Home Assistant. Support for
<table>
<tr>
<td><a href='/components/media_player.denon.html'><img src='/images/supported_brands/denon.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.denon.html'>Denon Network Receivers</a></td>
</tr>
<tr>
<td><a href='/components/media_player.cast.html'><img src='/images/supported_brands/google_cast.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.cast.html'>Google Cast</a></td>
@ -241,19 +246,19 @@ Entities are things that you want to observe within Home Assistant. Support for
<td><a href='/components/media_player.itunes.html'>iTunes</a></td>
</tr>
<tr>
<td><a href='/components/media_player.mpd.html'><img src='/images/supported_brands/mpd.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.mpd.html'>Music Player Daemon (MPD)</a></td>
</tr>
<tr>
<td><a href='/components/media_player.squeezebox.html'><img src='/images/supported_brands/logitech.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.squeezebox.html'>Logitech Squeezebox</a></td>
</tr>
<tr>
<td><a href='/components/media_player.denon.html'><img src='/images/supported_brands/denon.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.denon.html'>Denon Network Receivers</a></td>
<td><a href='/components/media_player.mpd.html'><img src='/images/supported_brands/mpd.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.mpd.html'>Music Player Daemon (MPD)</a></td>
</tr>
<tr>
<td><a href='/components/media_player.plex.html'><img src='/images/supported_brands/plex.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.plex.html'>Plex</a></td>
</tr>
<tr>

View File

@ -0,0 +1,25 @@
---
layout: page
title: "Plex"
description: "Instructions how to integrate Plex into Home Assistant."
date: 2015-10-05 21:21
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/plex.png' class='brand pull-right' />
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.
```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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB