dylandoamaral / trakt-integration

A Trakt integration for Home Assistant compatible with upcoming media card
MIT License
32 stars 13 forks source link

Trakt List Sensor #74

Open bryan-stewart opened 1 year ago

bryan-stewart commented 1 year ago

I would love to be able to pull movies/shows from a specified trakt list

API endpoint: https://api.trakt.tv/lists/{id}/items/{type}

It would also be nice to have a sort feature

Something like:

sensors:
  lists:
    <custom list name for entity>:
      id: <list id>
      type: 'movies' or 'show' (optional)
      sort_by: 'rank' or 'added' (optional)
      sort_order: 'asc' or 'desc' (optional)