Update const.py

This commit is contained in:
thekiwismarthome
2026-02-13 13:56:07 +13:00
committed by GitHub
parent 3829039a8a
commit 980a99c7ff
@@ -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)