Skip to content

Commit

Permalink
Ignore linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dblommesteijn committed Apr 11, 2023
1 parent bc92eee commit 5a7c1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class HomebridgeSems implements DynamicPlatformPlugin {
public readonly accessories: PlatformAccessory[] = [];

private loginAttempts = 0;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
private loginResponseBody: any = {};

constructor(
Expand Down

0 comments on commit 5a7c1fe

Please sign in to comment.