Introduce tile card (#14085)

This commit is contained in:
Paul Bottein
2022-10-17 11:43:49 +02:00
committed by GitHub
parent a475b06d49
commit dec8883f2a
11 changed files with 546 additions and 0 deletions

View File

@@ -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 = {