-
Notifications
You must be signed in to change notification settings - Fork 128
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
Fix layout-break card with HA 2024.6 #293
base: master
Are you sure you want to change the base?
Conversation
Thanks so much for the fix piitaya. |
Thanks, gonna try this tonight as well. Hopefully the experimental sections from Home Assistant are soon out of the experimental phase. Then this layout-card can go out of the window ;) |
Is this version different to the one that @hellomarb posted here: (#291 (comment)? |
All I did was fork Piitaya's repo, and git clone it, and transpile the typescrypts to javascript using the dev container. then commit to github. The other file you mentioned is a user's single file upload, that I was not aware of at the time. That other file doesn't provide where it come from other than comments on the discussion. I figure that, one could text compare both files, IF the steps were the same, it should have the same content. |
I used the pr of piitaya and created a normal export (like you did), only without a full dev container, only in a folder. |
I tried this file.... upgraded to HA 2024.7, then copied this file over the file in the config/www file, and reloaded the cache. I am still getting all cards in a single column. |
Mee, too! |
@wheindl @flightforum , if you manually swap the .js file. you need to delete the .gz that is there. otherwise HA will fetch from the .gz instead. |
That worked out, thank you! |
Thanks for the tip! That worked. |
Fixes #291
Fixes #290
I also improve the typings to support HA 2024.6.