Skip to content

Commit

Permalink
Update and rename fan-percent-button-7row.js to fan-percent-button-7r…
Browse files Browse the repository at this point in the history
…ow-test.js
  • Loading branch information
baandab authored Aug 12, 2023
1 parent 8bb7af3 commit 605aa21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
window.customCards = window.customCards || [];
window.customCards.push({
type: "fan-percent-button-7row-x",
name: "fan percent button 7row x",
type: "fan-percent-button-7row-test",
name: "fan percent button 7row test",
description: "A plugin to display your fan controls in a button row.",
preview: false,
});
Expand Down Expand Up @@ -579,4 +579,4 @@ class CustomFanPercent7Row extends LitElement {
}
}

customElements.define('fan-percent-button-7row-x', CustomFanPercent7Row);
customElements.define('fan-percent-button-7row-test', CustomFanPercent7Row);

0 comments on commit 605aa21

Please sign in to comment.