From ddf59c8d5cca4f49ddee52857abbcb8d9db607ff Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Tue, 23 Oct 2018 16:46:27 -0400 Subject: [PATCH] Readding Homeasistant call in types --- src/panels/lovelace/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panels/lovelace/types.ts b/src/panels/lovelace/types.ts index 223edab055..def084c78b 100644 --- a/src/panels/lovelace/types.ts +++ b/src/panels/lovelace/types.ts @@ -1,3 +1,5 @@ +import { HomeAssistant } from "../../types"; + export interface LovelaceConfig { type: string; }