mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Swap default positions of increment and decrement in counter actions feature (#24418)
This commit is contained in:
parent
54cc8f025c
commit
5dded38ccc
@ -83,7 +83,7 @@ export interface ClimatePresetModesCardFeatureConfig {
|
|||||||
preset_modes?: string[];
|
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];
|
export type CounterActions = (typeof COUNTER_ACTIONS)[number];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user