Readding Homeasistant call in types

This commit is contained in:
Zack Arnett 2018-10-23 16:46:27 -04:00
parent 0856073e85
commit ddf59c8d5c

View File

@ -1,3 +1,5 @@
import { HomeAssistant } from "../../types";
export interface LovelaceConfig {
type: string;
}