Skip to content

Commit

Permalink
fix(shipper): update for amazon locker pickup emails (moralmunky#882)
Browse files Browse the repository at this point in the history
* fix: update for amazon locker pickup emails

* formatting
  • Loading branch information
firstof9 authored Mar 13, 2024
1 parent 2a3e000 commit 3506995
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@
)
AMAZON_HUB = "amazon_hub"
AMAZON_HUB_CODE = "amazon_hub_code"
AMAZON_HUB_EMAIL = ["[email protected]", "[email protected]"]
AMAZON_HUB_EMAIL = [
"[email protected]",
"[email protected]",
"[email protected]",
]
AMAZON_HUB_SUBJECT = "ready for pickup from Amazon Hub Locker"
AMAZON_HUB_SUBJECT_SEARCH = "(You have a package to pick up)(.*)(\\d{6})"
AMAZON_HUB_SUBJECT_SEARCH = "(a package to pick up)(.*)(\\d{6})"
AMAZON_HUB_BODY = "(Your pickup code is <b>)(\\d{6})"
AMAZON_TIME_PATTERN = [
"will arrive:",
Expand Down

0 comments on commit 3506995

Please sign in to comment.