From 1558bf684343632726781e29aa8219a91ba08c37 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Thu, 1 May 2025 21:30:21 +0200 Subject: [PATCH] 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. --- src/configurationDefaults.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/configurationDefaults.ts b/src/configurationDefaults.ts index 385034a..6282fb6 100644 --- a/src/configurationDefaults.ts +++ b/src/configurationDefaults.ts @@ -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: {