ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

Add media card like in the présentation video

Open dimed89 opened this issue 11 months ago • 3 comments

Hello,

Thanks for ha fusion its really really good job.

I want to set up the media card with plex and my media device to show the pictures of the last movies/tv series but I really don’t understand how I can do that, can you help me?

dimed89 avatar Mar 24 '24 10:03 dimed89

Hi,

You will need to install this integration Plex Recently Added following its step-by-step, try the code below and change the entity ID

- type: media
  id: 1366562140725
  conditional:
    - entity_id: sensor.plex_recently_added
      name: Senast tillagt
      icon: mdi:plex
      color: orange

taillis avatar Mar 26 '24 15:03 taillis

Yep thanks, I'm noob with the code... ^^

Do you know how to make the covers of recently added scroll one by one? currently it works but leaving a static cover of the last downloaded film/series

dimed89 avatar Mar 26 '24 15:03 dimed89

Have you configured the integration? If so, there is a attribute called max that you can specify how many items you want to get from the server. Click here to check it out

taillis avatar Mar 26 '24 16:03 taillis