diff --git a/src/types.ts b/src/types.ts index 1e20d3e..f8d5554 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,3 @@ -import { PlatformConfig } from 'homebridge'; - export interface AccessoryGroup { groupName: string; accessories: Device[];