Skip to content
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-entity-row missing after 0.116b0 upgrade #103

Closed
fishbone-git opened this issue Oct 1, 2020 · 13 comments
Closed

multiple-entity-row missing after 0.116b0 upgrade #103

fishbone-git opened this issue Oct 1, 2020 · 13 comments
Labels
bug Something isn't working

Comments

@fishbone-git
Copy link

Upgrading to the latest HA beta, my mutilple-entity-row rows are missing. They are not in the resulting html, so not a case of hidden divs, just not included at all. I cannot identify any errors in the javascript console. There is just no reference to multiple-entity-row.js at all (others are listed as they load, however). The entities are active in HA, and reappear if I change to standard entity rows, or other custom row module (fold-entity-row, for example). Reverting to 0.115.6, the rows are present again.

@Toinieboy
Copy link

Same issue, closing my duplicate ticket!

@giustanca
Copy link

Same issue here.

@noxhirsch
Copy link
Contributor

noxhirsch commented Oct 2, 2020

I've found the issue (see here https://youtu.be/6Oi__1yuL_s?t=703):
Just change in the last line from hui-view to hui-masonry-view (and delete the .js.gz file if you're doing this locally):
})(window.LitElement || Object.getPrototypeOf(customElements.get('hui-masonry-view')));

@giustanca
Copy link

it works! Thank you!

@fishbone-git
Copy link
Author

Good catch! works great.

@Fruchuxs
Copy link

Fruchuxs commented Oct 4, 2020

Hm I also tried this, but it doesn't work. Tried force refresh / server restart.^

EDIT: Nevermind, hardcore caching problem ...

@Morgan34810
Copy link

It works, great job.
Don't forget to delete the .js.gz file.

@benct
Copy link
Owner

benct commented Oct 5, 2020

They seem to be adding this breaking change in the next version, ref. this article. I'll see if I can merge in @noxhirsch's PR soon, but I'm looking at making it backwards compatible too..

@benct benct added the bug Something isn't working label Oct 5, 2020
@benct
Copy link
Owner

benct commented Oct 6, 2020

Fixed in v3.2.1

@benct benct closed this as completed Oct 6, 2020
@Mariusthvdb
Copy link

is this compatible wit 115 too? otherwise we have to wait some....

@benct
Copy link
Owner

benct commented Oct 6, 2020

Yes.

@niekniek89
Copy link

Hello,

i have the same problem, my mutilple-entity-row rows are missing.
what can I do to get this working again? I have updated mutilple-entity-row to the latest version. after a restart, the result remains the same (even after deleting the cache).

@giustanca
Copy link

Try refresh the browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants