Skip to content

Commit e4d1e91

Browse files
authored
Update fan-control-entity-row.js
1 parent 9d503da commit e4d1e91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dist/fan-control-entity-row.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
window.customCards = window.customCards || [];
2+
window.customCards.push({
3+
type: "fan-control-entity-row",
4+
name: "fan control entity row",
5+
description: "A plugin to display your fan controls in a button row.",
6+
preview: false,
7+
});
8+
19
class CustomFanRow extends Polymer.Element {
210

311
static get template() {

0 commit comments

Comments
 (0)