mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Add identifiers to DeviceRegistryEntry (#6507)
This commit is contained in:
parent
d957f36927
commit
c75207e391
@ -8,6 +8,7 @@ export interface DeviceRegistryEntry {
|
|||||||
id: string;
|
id: string;
|
||||||
config_entries: string[];
|
config_entries: string[];
|
||||||
connections: Array<[string, string]>;
|
connections: Array<[string, string]>;
|
||||||
|
identifiers: Array<[string, string]>;
|
||||||
manufacturer: string;
|
manufacturer: string;
|
||||||
model?: string;
|
model?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user