diff --git a/dist/fan-percent-button-row.js b/dist/fan-percent-button-row.js index 2bef4f3..cf1094f 100644 --- a/dist/fan-percent-button-row.js +++ b/dist/fan-percent-button-row.js @@ -1,3 +1,11 @@ +window.customCards = window.customCards || []; +window.customCards.push({ + type: "fan-percent-button-row", + name: "fan percent button row", + description: "A plugin to display your fan controls in a button row.", + preview: false, +}); + class CustomFanPercentRow extends Polymer.Element { static get template() {