Skip to content

Commit ed9d1bd

Browse files
authored
Update binary-control-button-row.js
1 parent 6f97746 commit ed9d1bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dist/binary-control-button-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: "binary-control-button-row",
4+
name: "binary control button row",
5+
description: "A plugin to display your binary entity controls in a button row.",
6+
preview: false,
7+
});
8+
19
class CustomBinaryRow extends Polymer.Element {
210

311
static get template() {

0 commit comments

Comments
 (0)