Skip to content

Releases: custom-components/sensor.plex_recently_added

0.5.7

03 Dec 19:33

Choose a tag to compare

Release 0.5.7: update host label and bump manifest version

0.5.6

27 Oct 18:39
2bc8943

Choose a tag to compare

Better error handling and reconfiguration setup options.

0.5.5

29 Sep 17:11
41f2297

Choose a tag to compare

Fixed repeated IMAGE_NOT_FOUND and Invalid character in chunk size errors in Home Assistant logs when Plex thumbnail images are not found.

0.5.4

23 Sep 00:45

Choose a tag to compare

Make image links update only when media changes, fix login errors, and reuse HA sessions for better performance

0.5.3

24 Feb 18:57
29fddb0

Choose a tag to compare

Fix to prevent recent issues introduced in recent versions.

0.5.2

22 Feb 19:37
d613398

Choose a tag to compare

  • Fixed bug introduced in 0.5.1 not allowing to reconfigure integration.
  • Added ability to show download number on HACS.

0.5.1

21 Feb 17:46
0689111

Choose a tag to compare

  1. Reverted back to not caching the images and redirecting straight to Plex.

  2. Used "async_sign_path" with the ImageRedirect requiring to auth (now it changes every time the sensor updates and has the same timeout (currently 10 minutes), the request without it results in an unauthorized response).