NemesisRE / upcoming-media-card

📺 A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.
28 stars 2 forks source link

$price attribute provided by Steam Wishlist integration not displaying #2

Open Andrewpaps opened 3 weeks ago

Andrewpaps commented 3 weeks ago

Describe the bug:

'$price' attribute correctly provided by Steam Wishlist integration incorrectly being recognized/displayed.

Config YAML:

type: custom:upcoming-media-card entity: <sensor.steam_wishlist_123etc> image_style: fanart collapse: price=🎫

Components:

  1. Steam Wishlist custom component (Latest , ver. v2.4.0)
  2. Upcoming Media Card custom component (Latest, ver. 0.4.4)

HA Error:

No log error.

Troubleshooting Guide:

Guide read & followed.

Home Assistant Version:

Latest (2024.6.2)

Screenshots:

image

Additional Context:

Upcoming Media Card is used as an example on the Steam Wishlist repo, so it seems as if this did work at some stage previous.

mkanet commented 3 weeks ago

@Andrewpaps thats because you're not using the original UMC repo.

You will need to temporarily add this repo to your HACS instalation. Until the original repo is officially added back to HACS.

Andrewpaps commented 3 weeks ago

Yep, I had just figured out this was the issue! Thanks for the confirmation.