mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-11 11:26:35 +00:00
Fix broken shit
This commit is contained in:
parent
1f2deff6f0
commit
ba33c8a456
@ -18,6 +18,7 @@ import computeDomain from "../../../common/entity/compute_domain.js";
|
|||||||
import processConfigEntities from "../common/process-config-entities";
|
import processConfigEntities from "../common/process-config-entities";
|
||||||
import { HomeAssistant } from "../../../types.js";
|
import { HomeAssistant } from "../../../types.js";
|
||||||
import { EntityConfig, EntityRow } from "../entity-rows/types.js";
|
import { EntityConfig, EntityRow } from "../entity-rows/types.js";
|
||||||
|
import applyThemesOnElement from "../../../common/dom/apply_themes_on_element";
|
||||||
|
|
||||||
interface ConfigEntity extends EntityConfig {
|
interface ConfigEntity extends EntityConfig {
|
||||||
type?: string;
|
type?: string;
|
||||||
@ -32,6 +33,7 @@ interface Config extends LovelaceConfig {
|
|||||||
show_header_toggle?: boolean;
|
show_header_toggle?: boolean;
|
||||||
title?: string;
|
title?: string;
|
||||||
entities: ConfigEntity[];
|
entities: ConfigEntity[];
|
||||||
|
theme?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
class HuiEntitiesCard extends hassLocalizeLitMixin(LitElement)
|
class HuiEntitiesCard extends hassLocalizeLitMixin(LitElement)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user