We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f97746 commit ed9d1bdCopy full SHA for ed9d1bd
dist/binary-control-button-row.js
@@ -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
+
9
class CustomBinaryRow extends Polymer.Element {
10
11
static get template() {
0 commit comments