1 parent ab2666e commit 1352c9aCopy full SHA for 1352c9a
1 file changed
b2500d-card.js
@@ -1050,4 +1050,12 @@ class B2500DCardEditor extends LitElement {
1050
}
1051
1052
1053
-customElements.define("b2500d-card-editor", B2500DCardEditor);
+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