Helper for loading in Lovelace HA or HUI components #24033
Unanswered
ChevronTango
asked this question in
Other feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Custom Card writers struggle with loading in components from the frontend that they would like to use in their cards. There are a few hacks that involve preloading the partial-panel-resolver and loading routes through it, but these are all workarounds to the larger problem that components need to be loaded first.
Some users report that there card starts working correctly and the components load once they've navigated the UI to another card or panel that contains those same components, so the only issue is how users can access those components in their own cards.
An example of a component not available on UI load:
if the components can be referenced by custom cards in some way, or a loader function created to help
Beta Was this translation helpful? Give feedback.
All reactions