dylandoamaral / trakt-integration

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

[Feature] Trakt List Sensor #75

Closed bryan-stewart closed 1 month ago

bryan-stewart commented 1 year ago

I threw together a list sensor implementation. I'll be honest, I'm not familiar with python but the integration was pretty straight forward.

sensor is configured like so:

sensors:
  list:
    - id: <list id>
      type: 'movies' or 'show' or 'all' (optional)
      sort_by: 'rank' or 'added' or 'released' (optional)
      sort_order: 'asc' or 'desc' (optional)
      max_medias: <int> (optional) default is 30

I coded for myself with no intention to pull request so if it is no good, no hard feelings.

Resolves #74

dylandoamaral commented 1 year ago

Thanks for the PR ! I will check it when I have time.

poudenes commented 6 months ago

Any update about this feature? Seems very nice and handy!

dylandoamaral commented 6 months ago

Hi I will check it soon, it seems to be a popular request will see it. Sorry for the waiting time.

dylandoamaral commented 1 month ago

Supersed by #107

Sorry should have been merge long ago, it will be supersed but I will credit you too for sure. Thanks !