From 250503dc921b730adc05eed5f654e6099edd0e38 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Fri, 1 Oct 2021 07:06:29 -0500 Subject: [PATCH] Note last added item in Plex library sensor (#19415) --- source/_integrations/plex.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/plex.markdown b/source/_integrations/plex.markdown index b33e71dd3ab..55b38ebe047 100644 --- a/source/_integrations/plex.markdown +++ b/source/_integrations/plex.markdown @@ -63,7 +63,7 @@ Alternatively, you can manually configure a Plex server connection by selecting The activity sensor provides a count of users currently watching media from the Plex server. Clicking the sensor shows details for the active users and media streams. -The library sensors show a count of items in each library. Depending on the library contents, the sensor will show extra detail in its attributes. For example, a library sensor for TV shows will represent the total number of episodes in the library and its attributes will also report the number of shows and seasons it contains. +The library sensors show a count of items in each library. Depending on the library contents, the sensor will show extra detail in its attributes. For example, a library sensor for TV shows will represent the total number of episodes in the library and its attributes will also report the number of shows and seasons it contains. The last added media item (movie, album, or episode) and a timestamp showing when it was added to its respective library are also provided.