fix: Show a background image in case media doesn't load (#1622)

This commit is contained in:
Dermot Duffy
2024-10-06 14:51:44 -07:00
committed by GitHub
parent ba90e1dabc
commit d7fa2933da
9 changed files with 42 additions and 1 deletions
@@ -63,6 +63,7 @@ export class CardElementManager {
this._api.getMediaLoadedInfoManager().initialize();
this._api.getMicrophoneManager().initialize();
this._api.getKeyboardStateManager().initialize();
this._api.getStyleManager().initialize();
// These initializers are called when the config is updated, but on initial
// creation of the card hass is not yet available when the config is first