Tautulli REST End Point and custom-button-card

check the integration page on github you will be able to grab my version. please give a like :+1:

1 Like

Works for me!! Iā€™m just going to fine tune some of the text size for my use case. Thanks again for all the collaboration, everyone!

1 Like

Are you using my integration ?

Just in case anyone else has this issue, I found the solutionā€¦as it is an extreme edge caseā€¦

For one specific user I was getting double cards, one was normal, the other was junk. It looked like this:

Turns out, because he used the word ā€œplexā€ in his user name, this entry near the top of the card code was creating the problem:

  include:
    - entity_id: "*plex*session*"

Changing it to this made that undesired card to go away and display as it should with the one correct card:

  include:
    - entity_id: "*plex_session*"

Just FYI for future help if you run into itā€¦

i am using your integration. i am also getting the same error. Custom Element doesnt exist: Picture

Plex message on my page any issues with my integration

i had no issues installing the new hacs version (my own implementation worked fine though).
but i wished the names would be smaller for the episodeā€¦
and the same goes for bandwith etcā€¦

this way iā€™m missing out on the rest of the infoā€¦

edit: nvmā€¦ i changed some settings and now its ok :slight_smile:

1 Like

Hey buddy nice work. Yes this was formatted for my tablet dashboard so font sizing worked great.

Would be great to add a popup when clicking on a card to view more in depth details for that session.

Iā€™m hoping everyone can come together on this and the integration on my GitHub to move forward with new ideas. Iā€™m currently working on a few improvements with the integration. Many hours so far gone into this

So I Have had the rest sensor up and running for a bit now. Trying out your integration now. This works really well out of the gate and the ability to tick use HA as a proxy for the images works like a charm. I had a reverse proxy set up for tautulii but that isnt needed anymore!

1 Like

thanks buddy. keep an eye on this as i have some great updates coming

2 Likes

I will!
I use this card in conjunction with this card they really go hand in hand.

thank god. Iā€™m late to the party but was seeing the same issue. 3.4.4 fixed it!

Loving the updates! Image proxy is a killer feature. Donā€™t need reverse proxy anymore! Thanks for the hard work!

your welcome mate. how do you like the User Statistics ? is there anything you would change / add?