diff --git a/src/tabbed-card.ts b/src/tabbed-card.ts index 80d8983..1932003 100644 --- a/src/tabbed-card.ts +++ b/src/tabbed-card.ts @@ -65,6 +65,8 @@ export class TabbedCard extends LitElement { private async loadCardHelpers() { this._helpers = await (window as any).loadCardHelpers(); + + if (!customElements.get("mwc-tab-bar")) this._helpers.importMoreInfoControl("weather") } static async getConfigElement(): Promise {