mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +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;
|
||||
config_entries: string[];
|
||||
connections: Array<[string, string]>;
|
||||
identifiers: Array<[string, string]>;
|
||||
manufacturer: string;
|
||||
model?: string;
|
||||
name?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user