From 279416067fe2258c5a82f5c8624b90d487dcc1c6 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Wed, 11 Oct 2023 06:06:19 -0500 Subject: [PATCH] Add Update entity description to Plex (#29248) --- source/_integrations/plex.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/plex.markdown b/source/_integrations/plex.markdown index 3efd880f4c4..75246028c11 100644 --- a/source/_integrations/plex.markdown +++ b/source/_integrations/plex.markdown @@ -2,8 +2,10 @@ title: Plex Media Server description: Instructions on how to integrate Plex into Home Assistant. ha_category: + - Button - Media Player - Sensor + - Update featured: true ha_release: 0.7.4 ha_iot_class: Local Push @@ -15,6 +17,7 @@ ha_platforms: - button - media_player - sensor + - update ha_zeroconf: true ha_integration_type: integration --- @@ -27,6 +30,7 @@ There is currently support for the following device types within Home Assistant: - [Sensor](#sensor) - [Button](#button) +- [Update](#update) - [Media Player](#media-player) If a Plex server has been claimed by a Plex account via the [claim interface](https://plex.tv/claim), Home Assistant will require authentication to connect. @@ -136,6 +140,12 @@ play_plex_on_tv: {% endraw %} +## Update + +Notifications of new releases of Plex Media Server are shown using an Update entity. Detailed release notes are provided. + +Automatic upgrades of Plex Media Server can be triggered for some installation types, such as Windows and certain NAS devices. + ## Media Player The Plex media player platform will create Media Player entities for each connected client device. These entities will display media information, playback progress, and playback controls (if supported by the streaming device).