mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-01 10:54:26 +02:00
Refactor Chip order
The order of chips at the Home view is defined by in what order they are listed in the configuration defaults. This order did not match the default order of the views.
This commit is contained in:
@@ -24,13 +24,14 @@ export const ConfigurationDefaults: StrategyDefaults = {
|
||||
},
|
||||
card_options: {},
|
||||
chips: {
|
||||
climate_count: true,
|
||||
cover_count: true,
|
||||
extra_chips: [],
|
||||
fan_count: true,
|
||||
// TODO: Make chips sortable.
|
||||
weather_entity: 'auto',
|
||||
light_count: true,
|
||||
fan_count: true,
|
||||
cover_count: true,
|
||||
switch_count: true,
|
||||
weather_entity: 'auto', // TODO: Update Wiki
|
||||
climate_count: true,
|
||||
extra_chips: [],
|
||||
},
|
||||
debug: false,
|
||||
domains: {
|
||||
|
Reference in New Issue
Block a user