diff --git a/src/main.js b/src/main.js index c9c1e4bd..550a9082 100644 --- a/src/main.js +++ b/src/main.js @@ -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. diff --git a/src/modules/ha-card.js b/src/modules/generic-card.js similarity index 97% rename from src/modules/ha-card.js rename to src/modules/generic-card.js index 0d0916a7..132ad624 100644 --- a/src/modules/ha-card.js +++ b/src/modules/generic-card.js @@ -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)) {