home-assistant.github.io/source/components/media_player.plex.markdown
Paulus Schoutsen 966416644d Add Plex
2015-10-05 21:45:58 -07:00

673 B

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
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.
# 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