fix: Fix leaky Frigate subscriptions/unsubscriptions (#2513)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 0a36358394
commit 37df382aa2
13 changed files with 356 additions and 88 deletions
-2
View File
@@ -243,8 +243,6 @@ export interface HassStateDifference {
newState: HassEntity;
}
export type SubscriptionUnsubscribe = () => Promise<void>;
// *************************************************************************
// Home Assistant API types.
// *************************************************************************