Skip to content

Commit

Permalink
Update fan-control-entity-row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Jun 5, 2021
1 parent 9d503da commit e4d1e91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/fan-control-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
window.customCards = window.customCards || [];
window.customCards.push({
type: "fan-control-entity-row",
name: "fan control entity row",
description: "A plugin to display your fan controls in a button row.",
preview: false,
});

class CustomFanRow extends Polymer.Element {

static get template() {
Expand Down

0 comments on commit e4d1e91

Please sign in to comment.