@mayker:
I’m using this guy:
Custom Component: SageTV - Share your Projects! / Custom Components - Home Assistant Community (home-assistant.io)
Yes, it’s still reporting data. Config is as follows:
entity: sensor.sagetv
image_style: fanart
text_shadows: false
title: Today on SageTV
type: 'custom:upcoming-media-card'
current sensor data is as follows:
data: >-
[{"titledefault": "$title", "icon": "none", "line1default": "$episode",
"line2default": "$release", "line3default": "", "line4default": ""},
{"number": "S0E0", "flag": "false", "airdate": "2021-03-01T16:00:00.000Z",
"release": "Recorded: $day, $time", "fanart":
"https://mydomain.net/local/posters/The Taking of Pelham 123_FA",
"rating": 7.4, "runtime": 30, "episode": "The Taking of Pelham 1 2 3",
"title": "The Taking of Pelham 123", "poster":
"https://mydomain.net/local/posters/The Taking of Pelham 123"},
{"number": "S8E13", "flag": "false", "airdate": "2021-03-01T19:00:00.000Z",
"release": "Upcomming: $day, $time", "fanart":
"https://mydomain.net/local/posters/Monk_FA", "rating": 7.4,
"runtime": 30, "episode": "Mr. Monk Is the Best Man", "title": "Monk",
"poster": "https://mydomain.net/local/posters/Monk"}, {"number":
"S8E7", "flag": "false", "airdate": "2021-03-01T19:00:00.000Z", "release":
"Upcomming: $day, $time", "fanart":
"https://mydomain.net/local/posters/Chopped_FA", "rating": 7.4,
"runtime": 30, "episode": "Champions' Tournament: Part 1", "title": "Chopped",
"poster": "https://mydomain.net/local/posters/Chopped"}]
unit_of_measurement: shows
friendly_name: SageTV
icon: 'mdi:calendar'