mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46:34 +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 {
|
export interface HomeAssistant {
|
||||||
auth: Auth;
|
auth: Auth;
|
||||||
conn: Connection;
|
connection: Connection;
|
||||||
connected: boolean;
|
connected: boolean;
|
||||||
states: HassEntities;
|
states: HassEntities;
|
||||||
config: HassConfig;
|
config: HassConfig;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user