Skip to content

Commit 1352c9a

Browse files
committed
add card to card picker dialog
1 parent ab2666e commit 1352c9a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

b2500d-card.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,4 +1050,12 @@ class B2500DCardEditor extends LitElement {
10501050
}
10511051

10521052

1053-
customElements.define("b2500d-card-editor", B2500DCardEditor);
1053+
customElements.define("b2500d-card-editor", B2500DCardEditor);
1054+
1055+
window.customCards = window.customCards || [];
1056+
window.customCards.push({
1057+
type: "b2500d-card",
1058+
name: "Solar Storage Card",
1059+
preview: false,
1060+
description: "Visualizing solar storage systems",
1061+
});

0 commit comments

Comments
 (0)