diff --git a/src/panels/lovelace/card-features/types.ts b/src/panels/lovelace/card-features/types.ts index 3b30ac46d8..743f1a607f 100644 --- a/src/panels/lovelace/card-features/types.ts +++ b/src/panels/lovelace/card-features/types.ts @@ -83,7 +83,7 @@ export interface ClimatePresetModesCardFeatureConfig { preset_modes?: string[]; } -export const COUNTER_ACTIONS = ["increment", "reset", "decrement"] as const; +export const COUNTER_ACTIONS = ["decrement", "reset", "increment"] as const; export type CounterActions = (typeof COUNTER_ACTIONS)[number];