mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Swap default positions of increment and decrement in counter actions feature (#24418)
This commit is contained in:
parent
014db0e60f
commit
27d883c1f6
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user