-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: More than 2 individual devices #453
Conversation
Can you please provide the compiled .js file? i tried to compile it with npm, but had no success. :/ |
Sure thing, |
Thank you! 😊 |
Hello, |
The best way to install it is by using the manual install https://hacs.xyz/docs/faq/custom_repositories/ If you installed this card via HACS, you need to remove it from HACS. Otherwise the manual installed one will be overridden with the old one. You probably need to refresh your cache after the installment. The configuration of the extra individuals is as easy as using the same configurations you would use for individual1 and individual2, but now you can also use individual3, individual4 and individual5. Hope this explains it :) |
Thank you. |
it would be nice to have this even if its not 100% dynamic.. ideally individual services should be an array |
Closed since the new version of the card already supports multiple individuals |
Good afternoon, i have been using this card for a couple of weeks now and i really missed the feature to show more than 2 individual devices inside the card.
So I spent the last couple of nights to implement this feature myself and I am really glad with how it turned out.
When you only implement 2 individual devices, it will just show the card in the old way:
But when you configure 3 or more it will automatically add an extra column on the right with the extra individual devices:
Minor issues:
chrome-capture-2024-0-5.webm
Related issues:
#443 #54