mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Update device registry type (#5735)
This commit is contained in:
parent
0bdcfcc42f
commit
9ebee02727
@ -15,6 +15,7 @@ export interface DeviceRegistryEntry {
|
|||||||
via_device_id?: string;
|
via_device_id?: string;
|
||||||
area_id?: string;
|
area_id?: string;
|
||||||
name_by_user?: string;
|
name_by_user?: string;
|
||||||
|
entry_type: "service" | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DeviceEntityLookup {
|
export interface DeviceEntityLookup {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user