Nerwyn / android-tv-card

A completely customizable universal remote card for Home Assistant. Supports multiple platforms out of the box.
Apache License 2.0
254 stars 13 forks source link

Add Stremio as a source #90

Closed ROBOT0-VT closed 6 months ago

ROBOT0-VT commented 6 months ago

Is your feature request related to a problem? Please describe. Add the Strem.io app as a source

Describe the solution you'd like Implementation of the source, in a similar way to Youtube, etc.

The documentation for deeplinking is here, but the TLDR is that you can use stremio:// as the source URL

Describe alternatives you've considered Manual implementation:

custom_actions:
  stremio:
    icon: mdi:play-circle
    tap_action:
      action: source
      source: stremio://
Nerwyn commented 6 months ago

We'll need a proper icon. I'm looking for one now.

Nerwyn commented 6 months ago

Added Stremio default source and icon in 3.7.4.

ROBOT0-VT commented 6 months ago

Thank you kindly!