mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Add Plex
This commit is contained in:
parent
4148f723ac
commit
966416644d
@ -29,14 +29,14 @@
|
|||||||
<a href='/components/arduino.html'>
|
<a href='/components/arduino.html'>
|
||||||
<img src='/images/supported_brands/arduino.png' />
|
<img src='/images/supported_brands/arduino.png' />
|
||||||
</a>
|
</a>
|
||||||
<a href='/components/media_player.kodi.html'>
|
|
||||||
<img src='/images/supported_brands/kodi.png' />
|
|
||||||
</a>
|
|
||||||
<a href='/components/device_tracker.netgear.html'>
|
<a href='/components/device_tracker.netgear.html'>
|
||||||
<img src='/images/supported_brands/netgear.png' />
|
<img src='/images/supported_brands/netgear.png' />
|
||||||
</a>
|
</a>
|
||||||
<a href='/components/zwave.html'>
|
<a href='/components/media_player.kodi.html'>
|
||||||
<img src='/images/supported_brands/z-wave.png' />
|
<img src='/images/supported_brands/kodi.png' />
|
||||||
|
</a>
|
||||||
|
<a href='/components/media_player.plex.html'>
|
||||||
|
<img src='/images/supported_brands/plex.png' />
|
||||||
</a>
|
</a>
|
||||||
<a href='/components/device_tracker.luci.html'>
|
<a href='/components/device_tracker.luci.html'>
|
||||||
<img src='/images/supported_brands/openwrt.png' />
|
<img src='/images/supported_brands/openwrt.png' />
|
||||||
|
@ -226,6 +226,11 @@ Entities are things that you want to observe within Home Assistant. Support for
|
|||||||
|
|
||||||
<table>
|
<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>
|
<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'><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>
|
<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>
|
<td><a href='/components/media_player.itunes.html'>iTunes</a></td>
|
||||||
</tr>
|
</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>
|
<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'><img src='/images/supported_brands/logitech.png' class='brand overview' /></a></td>
|
||||||
<td><a href='/components/media_player.squeezebox.html'>Logitech Squeezebox</a></td>
|
<td><a href='/components/media_player.squeezebox.html'>Logitech Squeezebox</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<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.mpd.html'><img src='/images/supported_brands/mpd.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'>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>
|
||||||
|
|
||||||
<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
|
||||||
|
```
|
BIN
source/images/supported_brands/plex.png
Normal file
BIN
source/images/supported_brands/plex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
Loading…
x
Reference in New Issue
Block a user