Skip to content

Commit

Permalink
fix lint:types
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Jun 14, 2024
1 parent 86b38ba commit bf44289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface PersonMutableParams {
}

interface PersonEntityAttributes extends HassEntityAttributeBase {
id: string;
id?: string;
user_id?: string;
device_trackers?: string[];
editable?: boolean;
Expand Down

0 comments on commit bf44289

Please sign in to comment.