Skip to content

Commit

Permalink
fix: add amazon confirmation email address for amazon.es (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Aug 3, 2022
2 parents ae43183 + b28304a commit 4f44039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
"Dostarczono:",
"Geliefert:",
]
AMAZON_SHIPMENT_TRACKING = ["shipment-tracking", "conferma-spedizione"]
AMAZON_SHIPMENT_TRACKING = [
"shipment-tracking",
"conferma-spedizione",
"confirmar-envio",
]
AMAZON_EMAIL = "order-update@"
AMAZON_PACKAGES = "amazon_packages"
AMAZON_ORDER = "amazon_order"
Expand Down

0 comments on commit 4f44039

Please sign in to comment.