mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +00:00
♻️ change entity-button to button card (#4581)
* ♻️ change entity-button to button card
* maintain separate entity-button class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import "../cards/hui-entities-card";
|
||||
import "../cards/hui-button-card";
|
||||
import "../cards/hui-entity-button-card";
|
||||
import "../cards/hui-glance-card";
|
||||
import "../cards/hui-history-graph-card";
|
||||
@@ -14,6 +15,7 @@ import { createLovelaceElement } from "./create-element-base";
|
||||
|
||||
const ALWAYS_LOADED_TYPES = new Set([
|
||||
"entities",
|
||||
"button",
|
||||
"entity-button",
|
||||
"error",
|
||||
"glance",
|
||||
|
||||
Reference in New Issue
Block a user