From c0fa8b5b27f8eb8fa94c5e2a82b9b4480f305352 Mon Sep 17 00:00:00 2001 From: pjv Date: Wed, 19 Dec 2018 16:38:08 -0600 Subject: [PATCH] More accurate description of component (#7902) The actual function of this component is different from what the existing description says. This modification more accurately describes what the component is doing. --- source/_components/media_player.plex.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index 0ddc81a88f1..9b9bee06655 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -15,7 +15,7 @@ ha_iot_class: "Local Polling" --- -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. +The `plex` platform allows you to connect to a [Plex Media Server](https://plex.tv). Once connected, [Plex Clients](https://www.plex.tv/apps-devices/) playing media from the connected Plex Media Server will show up as [Media Players](https://www.home-assistant.io/components/media_player/) in Home Assistant. It will allow you to control media playback and see the current playing item. ## {% linkable_title Setup %}