Skip to content

Commit

Permalink
Rename ha-card to generic-card
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jul 6, 2020
1 parent 93dea56 commit 100e531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./secondary-info";
// adds three methods to add secondary info to entity rows.
import "./modules/generic-entity-row";
// adds the no_card option.
import "./modules/ha-card";
import "./modules/generic-card";
// adds the in_card option.
import "./modules/vertical-stack";
// adds the align option.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ha-card.js → src/modules/generic-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NO_CARD_STYLE } from "../const";
import { hass } from "card-tools/src/hass";
import { createModule } from "../module";

const MODULE = "ha-card";
const MODULE = "generic-card";
const ELEMENT = "ha-card";

if (moduleEnabled(MODULE)) {
Expand Down

0 comments on commit 100e531

Please sign in to comment.