Add identifiers to DeviceRegistryEntry (#6507)

This commit is contained in:
Charles Garwood 2020-08-03 09:35:52 -04:00 committed by GitHub
parent d957f36927
commit c75207e391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;