mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-11 20:10:24 +00:00
Introduce tile card (#14085)
This commit is contained in:
@@ -10,6 +10,7 @@ import "../cards/hui-light-card";
|
||||
import "../cards/hui-sensor-card";
|
||||
import "../cards/hui-thermostat-card";
|
||||
import "../cards/hui-weather-forecast-card";
|
||||
import "../cards/hui-tile-card";
|
||||
import {
|
||||
createLovelaceElement,
|
||||
getLovelaceElementClass,
|
||||
@@ -27,6 +28,7 @@ const ALWAYS_LOADED_TYPES = new Set([
|
||||
"sensor",
|
||||
"thermostat",
|
||||
"weather-forecast",
|
||||
"tile",
|
||||
]);
|
||||
|
||||
const LAZY_LOAD_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user