You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to filter my Sonarr and Radarr upcoming media by release day. I want a card for each day to build a custom calendar so i need to be able to filter the results by the release day. So card 1 has filtered by Monday and so on. I tried the filter using "filter: studio=TV Asahi" and it worked but when i tried "filter: release=monday" it didnt work. I assume its because the sensors attribute doesn't directly expose the day.
I had a read through the troubleshoot guide and none applied but i did test this outside of another card like card mod or layout card. I also disabled ad block on the HA url.
Home Assistant Version:
Core 2024.12.3
Supervisor 2024.11.4
Operating System 14.0
Frontend 20241127.8
Screenshots:
Additional Context:
The text was updated successfully, but these errors were encountered:
@Gaffers2277 The Release attribute is the only attribute you won't be able to use the filter feature with since it's value is generated dynamically via release: $day, $time.
Describe the bug:
Im trying to filter my Sonarr and Radarr upcoming media by release day. I want a card for each day to build a custom calendar so i need to be able to filter the results by the release day. So card 1 has filtered by Monday and so on. I tried the filter using "filter: studio=TV Asahi" and it worked but when i tried "filter: release=monday" it didnt work. I assume its because the sensors attribute doesn't directly expose the day.
Config YAML:
type: custom:upcoming-media-card
entity: sensor.sonarr_sonarr_upcoming_media
title: Monday
enable_tooltips: true
enable_transparency: true
image_style: fanart
max: 12
filter: release=Monday
Components:
So far i have only tried this with the Sonarr Upcoming Media Component. The component is reporting the data from my sonarr instance.
release: $day, $time
flag: false
title: Kamen Rider
episode: Granute Escape!
number: S35E15
runtime: 25
studio: TV Asahi
rating: ★ 7.5
genres: Action, Adventure, Children, Drama, Fantasy, Science Fiction
summary: ""
trailer: ""
poster: https://artworks.thetvdb.com/banners/posters/74096-1_t.jpg
fanart: https://artworks.thetvdb.com/banners/fanart/original/74096-3_t.jpg
deep_link: http://192.168.178.51:8989/series/kamen-rider
HA Error:
Troubleshooting Guide:
I had a read through the troubleshoot guide and none applied but i did test this outside of another card like card mod or layout card. I also disabled ad block on the HA url.
Home Assistant Version:
Core 2024.12.3
Supervisor 2024.11.4
Operating System 14.0
Frontend 20241127.8
Screenshots:
Additional Context:
The text was updated successfully, but these errors were encountered: