mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Add loadCardHelpers to cast scope (#11616)
This commit is contained in:
parent
d37d99223d
commit
f02dd39619
@ -7,6 +7,9 @@ import "../../../../src/panels/lovelace/views/hui-view";
|
|||||||
import { HomeAssistant } from "../../../../src/types";
|
import { HomeAssistant } from "../../../../src/types";
|
||||||
import "./hc-launch-screen";
|
import "./hc-launch-screen";
|
||||||
|
|
||||||
|
(window as any).loadCardHelpers = () =>
|
||||||
|
import("../../../../src/panels/lovelace/custom-card-helpers");
|
||||||
|
|
||||||
@customElement("hc-lovelace")
|
@customElement("hc-lovelace")
|
||||||
class HcLovelace extends LitElement {
|
class HcLovelace extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user