-
-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Describe the bug:
The upcoming media cards don't seem to be updating. I've downloaded a new movie and tv show, and none show up under Plex recently added, upcoming movies, and tv shows aren't updating either.
Config YAML:
type: custom:upcoming-media-card
entity: sensor.rmedia_plex_recently_added
title: Recently Added
date: mmddyy
clock: 12
max: 5
image_style: fanart
enable_tooltips: true
enable_transparency: true
disable_hyperlinks: true
flag: false
type: custom:upcoming-media-card
entity: sensor.rmedia_plex_recently_added_movie
title: Recently Added Movies
date: mmddyy
clock: 12
max: 5
image_style: fanart
enable_tooltips: true
enable_transparency: true
disable_hyperlinks: true
flag: false
type: custom:upcoming-media-card
entity: sensor.rmedia_radarr_upcoming_media
title: Upcoming Movies
date: mmddyy
clock: 12
max: 5
image_style: fanart
enable_tooltips: true
enable_transparency: true
disable_hyperlinks: true
flag: false
type: custom:upcoming-media-card
entity: sensor.rmedia_sonarr_upcoming_media
title: Upcoming Shows/Episodes
date: mmddyy
clock: 12
max: 6
image_style: fanart
enable_tooltips: true
enable_transparency: true
disable_hyperlinks: true
flag: false
sort_by: airdate
Components:
I'm using the plex, radarr, and sonarr components and see the same issue on all of them, not updating.
HA Error:
Troubleshooting Guide:
I followed all steps and was able to verify content through the API, especially with Plex. I'm attaching the screenshot here...
Home Assistant Version:
Screenshots:
This screenshot will show what's been there and hasn't updated or refreshed. You'll see in the screenshot under "Troubleshooting Guide" where Plex sees recently added movies and even TV shows, but don't show in Home Assistant.
Additional Context:
I did set up an automation to refresh the sensors every 10 seconds, but that also hasn't helped. I also installed using HACS, not sure if that'll cause an issue...