Skip to content

Commit

Permalink
fix(shipper): finish amazon.nl support (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Jun 25, 2024
1 parent 2a29146 commit 6d5c0fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"Entrega:",
"A chegar:",
"Arrivée :",
"Verwachte bezorgdatum:",
]
AMAZON_TIME_PATTERN_END = [
"Previously expected:",
Expand All @@ -149,6 +150,8 @@
"Lieferung verfolgen",
"Ihr Paket verfolgen",
"Suivre",
"Volg je pakket",
"Je pakket volgen",
]
AMAZON_EXCEPTION_SUBJECT = "Delivery update:"
AMAZON_EXCEPTION_BODY = "running late"
Expand Down

0 comments on commit 6d5c0fd

Please sign in to comment.