It didn’t end up working the way I wanted it to and it was pretty janky.
Here is what I added to the android tv integration (I cloned the code from the GitHub and added it as a custom integration) You’ll have to add icons for the app. I’ll upload those to the repo
@property
def media_image_url(self):
self._url = "/local/googletvicons/{0}.png".format(self._current_app)
"""Return the Icon of the active app."""
return self._url
Here’s the link for the repo: jonathanrobichaud4/HA-Android-TV-integration-with-Icons · GitHub
I’ll upload the code but this is an older version of the integration so ill have to update it