-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Migrate state cards from Polymer to Lit #18257
Conversation
I've applied the dynamicElement as suggested, the state summary cards appear as before but you may want to take a look at the commit before moving on. Also, since the other PR's are merged, there will be no more polymer elements in the codebase after merging this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, since the other PR's are merged, there will be no more polymer elements in the codebase after merging this PR.
PARTY TIME! 🥳
@silamon there are still some packages in package.json - https://github.com/home-assistant/frontend/blob/dev/package.json#L87-L95 |
@Misiu I'm aware of that, with Polymer elements I referred to own custom webcomponents that extend PolymerElement. The polymer components provided by the packages are still used, summarized into:
I don't have specific plans, just continue on this from time to time. If you want to help out, feel free to do whatever you can. |
Proposed change
Migrate state cards from Polymer to Lit
(except number state card)Some notes:
StateCardNumber is left behind since it involves changes around the slidersType of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: