Skip to content

Releases: custom-components/sensor.plex_recently_added

0.5.3

24 Feb 18:57
29fddb0
Compare
Choose a tag to compare

Fix to prevent recent issues introduced in recent versions.

0.5.2

22 Feb 19:37
d613398
Compare
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
Compare
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).

0.5.0

19 Feb 20:30
4f89180
Compare
Choose a tag to compare
  1. Removed redirection from Home Assistant to Plex.
  2. Made it possible to cache images from Plex and then distribute them directly from HA.

0.4.9

18 Feb 23:53
43bf9ed
Compare
Choose a tag to compare

Fixed issue with the redirect being security threat

0.4.8

25 Jun 20:43
Compare
Choose a tag to compare

Switched to using YouTube video trailers instead of the native plex trailers for consistency with other UMC-compatible integrations.

Trailer playback can be enabled in UMC with 'enable_trailers: true` in your YAML card code for UMC. If you enable Trailers, it will automatically take precedence over deep-links (when shows and movies are clicked/touched).

0.4.7

25 Jun 06:49
Compare
Choose a tag to compare

Added video trailer attribute for video trailer playback in UMC. Use enable_trailers: true. Takes precedence over deep_link clickable/touchable hyperlinks.

0.4.6

29 May 03:36
Compare
Choose a tag to compare

Removed 'Verify SSL' from config_flow, updated manifest and release to 0.4.6.

0.4.5

28 May 00:05
Compare
Choose a tag to compare

Includes fix for using the correct poster/fanart images

0.4.4

24 May 16:09
Compare
Choose a tag to compare

Fix for missing fanart/poster images (when not using SSL and private IP address to Plex server).