Skip to content

Commit

Permalink
chore: remove remaining types
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze committed Apr 23, 2024
1 parent 44016cc commit 50d79e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ export interface EntityConfig {
tap_action?: ActionConfigExtended;
double_tap_action?: ActionConfigExtended;
hold_action?: ActionConfigExtended;
// @deprecated
remaining?:
| string
| {
name: string;
color?: string;
};
}

export type EntityConfigInternal = EntityConfig & {
Expand Down

0 comments on commit 50d79e9

Please sign in to comment.