From fd5889ebc50e0373e47d102df59b929fec61826a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 16 Jul 2025 13:41:25 -0600 Subject: [PATCH] Add newer labels to default attribute map --- frigate/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frigate/const.py b/frigate/const.py index 183506a04..5b16a3677 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -26,6 +26,7 @@ DEFAULT_ATTRIBUTE_LABEL_MAP = { "car": [ "amazon", "an_post", + "canada_post", "dhl", "dpd", "fedex", @@ -35,6 +36,7 @@ DEFAULT_ATTRIBUTE_LABEL_MAP = { "postnl", "postnord", "purolator", + "royal_mail", "ups", "usps", ],