From 7bab00532d6c0cba0340c7ead53e21c53d405a64 Mon Sep 17 00:00:00 2001 From: Trefor Southwell <48591903+springfall2008@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:52:57 +0000 Subject: [PATCH] Default metric min improvement export to 3 --- apps/predbat/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/predbat/config.py b/apps/predbat/config.py index a2597786..c8f28113 100644 --- a/apps/predbat/config.py +++ b/apps/predbat/config.py @@ -321,7 +321,7 @@ "unit": "p", "icon": "mdi:currency-usd", "enable": "expert_mode", - "default": 0.1, + "default": 2, }, { "name": "metric_battery_cycle",