Skip to content

Commit

Permalink
fix: update FedEx shipper for additional emails
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Feb 21, 2025
1 parent 7ef5b3c commit 6821494
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,23 @@
"ups_tracking": {"pattern": ["1Z?[0-9A-Z]{16}"]},
# FedEx
"fedex_delivered": {
"email": ["[email protected]", "[email protected]"],
"email": [
"[email protected]",
"[email protected]",
"[email protected]",
],
"subject": [
"Your package has been delivered",
"Your packages have been delivered",
"Your shipment was delivered",
],
},
"fedex_delivering": {
"email": ["[email protected]", "[email protected]"],
"email": [
"[email protected]",
"[email protected]",
"[email protected]",
],
"subject": [
"Delivery scheduled for today",
"Your package is scheduled for delivery today",
Expand Down

0 comments on commit 6821494

Please sign in to comment.