mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 15:56:49 +00:00
919 B
919 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Plex | Instructions how to integrate Plex into Home Assistant. | 2015-10-05 21:21 | false | false | true | true |

To add Plex to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: plex
name: plex_server
user: YOUR_USERNAME
password: YOUR_PASSWORD
Configuration variables:
- name Required: The name of the backend device (Under Plex Media Server > settings > server)
- user Required: The username for your Pley server.
- password Required: The password for your Plex server.