Update device registry type (#5735)

This commit is contained in:
Paulus Schoutsen 2020-05-04 05:36:28 -07:00 committed by GitHub
parent 0bdcfcc42f
commit 9ebee02727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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