Update lovelace.ts

This commit is contained in:
Zack Barett 2020-09-30 09:59:09 -05:00 committed by GitHub
parent 3ae447ca44
commit 198db8bc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ export interface LovelaceViewElement extends HTMLElement {
index?: number;
cards?: Array<LovelaceCard | HuiErrorCard>;
badges?: LovelaceBadge[];
setConfig(config: LovelaceCardConfig): void;
}
export interface ShowViewConfig {