-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Release 2021.6.0 - 2021.6.0 broke Home-Card #25
Comments
After investigation, this seems to be linked to the upgrade to Lit 2.0: https://developers.home-assistant.io/blog/2021/05/19/lit-2.0/ ` // const LitElement = Object.getPrototypeOf( |
Actually, I have kept the './themes.js' in the home-card.js 'const LitElement = Object.getPrototypeOf( and added this instead: 'import { |
that looks like what I have, but it doesn't seem to cooperate with me here. 'import { // const LitElement = Object.getPrototypeOf( const VERSION = 3; |
When any of you guys have anything that works, please open a PR so I can merge it. I'm quite passive when it comes to maintaining this project right now. |
Works fine on my side but I had to restart HA and clear my browser's cache first. |
Sorry, I had not cleared my cache. Clearing my cache worked here, too. |
I have cleared cache and rebooted it still puts all the image parts to one side stacked on top of each other. I even changed the header to the information that Groues stated above but still no joy getting the images back into there right places. I love this card too and want it to work right. |
Merged! |
I love Home-Card. It is the centerpiece of my HA dashboard.
2021.6.0 appears to have broken Home-Card. Any thoughts?
Let me know what information you need, if you think can be corrected.
The text was updated successfully, but these errors were encountered: