Skip to content

Commit

Permalink
fix(shipper): update dragonfly shipping subjects and tracking number …
Browse files Browse the repository at this point in the history
…format (#1064)
  • Loading branch information
firstof9 authored Feb 10, 2025
1 parent b6d709b commit 61b8ba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
"Your package is on the way!",
"Your package is on its way",
"Votre colis est en chemin!",
"package is on its way",
],
},
"intelcom_packages": {
Expand All @@ -620,9 +621,10 @@
"subject": [
"Your package has been received!",
"We've received your package",
"We've received your",
],
},
"intelcom_tracking": {"pattern": ["INTLCMD[0-9]{9}"]},
"intelcom_tracking": {"pattern": ["NSPRSO[0-9]{10}"]},
# Walmart
"walmart_delivering": {
"email": ["[email protected]"],
Expand Down

0 comments on commit 61b8ba6

Please sign in to comment.