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 9d503da commit e4d1e91Copy full SHA for e4d1e91
dist/fan-control-entity-row.js
@@ -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
+
9
class CustomFanRow extends Polymer.Element {
10
11
static get template() {
0 commit comments