connection is being populated for HomeAssistant type, not conn (#1841)

This commit is contained in:
Ian Richardson 2018-10-23 02:33:04 -05:00 committed by Paulus Schoutsen
parent fc2608980f
commit ef0d11c042

View File

@ -47,7 +47,7 @@ export interface Translation {
export interface HomeAssistant {
auth: Auth;
conn: Connection;
connection: Connection;
connected: boolean;
states: HassEntities;
config: HassConfig;