My speedtest cards broke as well on 106. I went back to 105 which I had a snapshot of right before I did the ug.
EDIT:
Hm… ok, so custom cards break in 106 and it appears the hui card is somehow being customized by the speedtest card.
you need to use the vertical stack card:
Unfortunately debugging this this is above my pay grade.
VDRainer
(🍻)
February 25, 2020, 5:39pm
2
Please make a little test for me. Create one normal gauge card on your view.
Do the gauges in the entities card load?
nickrout
(Nick Rout)
February 25, 2020, 6:34pm
3
Why are you discussing 0.106 in the 0.105 thread?
1 Like
This is the only thread I could find discussing and if the beta releases. Point me in the right direction and I’m happy to pack up and move…
Go on discord and there is a beta channel there to discuss the current beta build.
VDRainer
(🍻)
February 25, 2020, 10:25pm
6
@jazzmonger , there’s an open issue and a temporary fix about this now.
opened 07:09PM - 25 Feb 20 UTC
closed 06:45AM - 08 Apr 20 UTC
Checklist
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have...
card: custom
Create a file
preloader.js
in your www folder,
const preloadCard = type => window.loadCardHelpers()
.then(({ createCardElement }) => createCardElement({type}))
preloadCard("gauge");
and add it to the resources in ui-lovelace.yaml or the raw config editor.
- url: /local/preloader.js
type: js
Works for me with a markdown card.
preloadCard("markdown");
Thanks @balloob , for this!
I think that’s a good point for the release tomorrow.
EDIT: I’m ready for 0.106 now!
EDIT 2: The PR that caused this issue was reverted until 0.107. So this is NOT needed.
1 Like
Is this for custom cards as well? I’ve noticed on iOS in the App and also chrome (iOS) that my animated icons on a weather card are not animated anymore since 0.106.0bx
VDRainer
(🍻)
February 25, 2020, 10:56pm
9
@DavidFW1960 , sorry, no clue. Just copied the code from balloobs comment.
1 Like
This was added using a standard gauge card… here is the code from the card: