mayker
(maykar (pronounced "maker" with a southern accent))
145
“sensor.sonarr_upcoming” is the default HA sonarr component and the fact that it is empty points to a problem with either sonarr or your config. The sensor that appears when you install the sonarr component for this card is “sensor.sonarr_upcoming_media”, but if the default sonarr component doesn’t work with your configuration, mine won’t either.
Have you installed the component found in the read me at the top of this thread?
I can understand the confusion and should probably rename my sensor to be more apparent.
i have all component installed, But it is not displaying anything in the frontend although it is showing the sensor.sonarr_upcoming_media contains the data.
mayker
(maykar (pronounced "maker" with a southern accent))
154
Updates!
Card:
Card now reads JSON from components
Uses entity instead of service so devs can avoid naming their sensor “_upcoming_media”.
Replaced download notification with notification flag that includes an mdi icon
Card receives defaults from component’s json for icon and text content
Keywords can be used to build your own string with attributes. More on this below.
Styling changes
Runtime added with conversion of minutes to either “01:23” format for > 1 hour or “23 min” for <
Added true getCardSize() , but since the card sizes dynamically after getCardSize() is run its based on average size. (This helps with positioning within lovelace)
Poster fallback for fanart images now happens in card instead of component
Fixed shadow config
Should have fixed bug where card would appear empty if only 1-2 items were available. ( was unable to replicate, but iteration over items has changed significantly. )
New items! number (“S01E09”) , runtime (“01:23”) or (“23 min”) , genres (“Action, Adventure, Animation”)
Added a fourth line of text.
The biggest change here is how the text content for each line is handled. You can now write out your own string for each line using keywords. Example: line1_text: ‘Runtime: $runtime’ becomes Runtime: 23 min. See the readme for more info on what keywords you can use and how to handle multiple keywords on one line.
Components:
Now use JSON data instead of multiple attributes. Should help others develop for the card, iteration over items, and support.
Added the new items. Number, runtime, and genres.
Radarr:
Added option to hide theater releases.
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
155
Will be updating screenshots soon as the ones in the readme are out of date now and I need to add an example of the new notification flag. Think plex’s unwatched flag with the ability to have an icon on it. Speaking of, I’m still working on the plex component, time permitting it’ll be coming soon.