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:
DigiLive
2025-05-01 21:30:21 +02:00
parent 997a3e9058
commit 1558bf6843

View File

@@ -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: {