mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
connection
is being populated for HomeAssistant
type, not conn
(#1841)
This commit is contained in:
parent
fc2608980f
commit
ef0d11c042
@ -47,7 +47,7 @@ export interface Translation {
|
||||
|
||||
export interface HomeAssistant {
|
||||
auth: Auth;
|
||||
conn: Connection;
|
||||
connection: Connection;
|
||||
connected: boolean;
|
||||
states: HassEntities;
|
||||
config: HassConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user