Skip to content

Commit

Permalink
fix: Update Intelcom Shipper (#1024)
Browse files Browse the repository at this point in the history
* Update Intelcom Shipper

Intelcom changed its name to Dragonfly and updated email notifications.

* Update const.py
  • Loading branch information
glbailey authored Dec 2, 2024
1 parent 3611e96 commit 3c95c7d
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,23 +575,41 @@
"purolator_tracking": {"pattern": ["\\d{12,15}"]},
# Intelcom
"intelcom_delivered": {
"email": ["[email protected]"],
"email": [
"[email protected]",
"[email protected]",
"[email protected]",
],
"subject": [
"Your order has been delivered!",
"Your package has been delivered",
"Hooray! Your package is here",
"Votre commande a été livrée!",
"Votre colis a été livré!",
],
},
"intelcom_delivering": {
"email": ["[email protected]"],
"email": [
"[email protected]",
"[email protected]",
"[email protected]",
],
"subject": [
"Your package is on the way!",
"Your package is on its way",
"Votre colis est en chemin!",
],
},
"intelcom_packages": {
"email": ["[email protected]"],
"subject": ["Your package has been received!"],
"email": [
"[email protected]",
"[email protected]",
"[email protected]",
],
"subject": [
"Your package has been received!",
"We've received your package",
],
},
"intelcom_tracking": {"pattern": ["INTLCMD[0-9]{9}"]},
# Walmart
Expand Down

0 comments on commit 3c95c7d

Please sign in to comment.