Add Plex
This commit is contained in:
parent
4148f723ac
commit
966416644d
4 changed files with 42 additions and 12 deletions
|
@ -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>
|
||||
|
|
25
source/components/media_player.plex.markdown
Normal file
25
source/components/media_player.plex.markdown
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue