-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multiple Entities Control #7
Comments
Isn't it already in there? I think so but can't check right now |
I don't believe so. Only the single |
Ah you're right. I will take a look at it when I have some time |
I had a go at writing something myself and it turned into quite the battle. I mostly got it working with one major exception, a few of the UI components don't load in because they are lazy loaded. I managed to get most of them in, but a couple I never got working, so there's a few little hacks in the UI to hide them. https://github.com/ChevronTango/ha-tfl-status-card/tree/dev/initial/src I tried where possible to wrap your code so as to make things as easy as possible when porting to your repo. I don't think I can easily create a merge request, but hopefully what I have demonstrates it's possible, and not too difficult to implement. three main files are
and you can look at ![]() |
Great work. I currently don't have much time for it because I can't work from home anymore. Since its a npm package, I'm sure anyone who uses it is handy enough to use your code for a while instead :) |
The default Entities card has a form element that allows for adding multiple entities into a single card. Would it be possible to also add this control into the formbuilder?
The text was updated successfully, but these errors were encountered: