From 980a99c7fff31fa03990744e2fe2a78831880da2 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:56:07 +1300 Subject: [PATCH] Update const.py --- custom_components/shopping_list_manager/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/shopping_list_manager/const.py b/custom_components/shopping_list_manager/const.py index ee852ec..c081638 100644 --- a/custom_components/shopping_list_manager/const.py +++ b/custom_components/shopping_list_manager/const.py @@ -69,7 +69,7 @@ IMAGE_MAX_SIZE_KB = 15 METRIC_UNITS = { "weight": ["kg", "g"], "volume": ["L", "mL"], - "count": ["units", "pack", "loaf", "dozen", 'ea", "pkt", "tray", "bottle", "can", "bunch", "pottle", "roll", "sachet", "tub", "bar"] + "count": ["units", "pack", "loaf", "dozen", "ea", "pkt", "tray", "bottle", "can", "bunch", "pottle", "roll", "sachet", "tub", "bar"] } # Default quantities for common products (NZ-focused, can be country-specific later)