-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add amazon otp sensor #914
Conversation
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sample emails are needed for tests. |
I see, thanks! |
you still need sample emails? because i think they don't really change at all? |
Yes, if you have one. |
give me a mail address and i will forward some |
* feat: add option to not verify ssl certs * formatting * update _test_login function * update tests, sort imports
* feat: add none/SSL/TLS config option for IMAP * shorten warning message * adjust coverage min
* fix: better fix for io blocking * formatting * update tests config
* feat: add usps mail delivered binary sensor * add logic to binary_sensor * formatting
* fix: usps_mail_delivered device_class * disable sensor by default * fix test
* fix: usps_mail_delivered device_class * disable sensor by default * fix test * fix: io blocking when downloading amazon images * fix test * fix missing `await`, fix test
* feat: add amazon.nl support * update tests
* handle more errors with mailbox listing * formatting * refactor: clean up code that did nothing * update tests
* refactor: less amazon forwarding email validation * formatting * remove unused import * more linting
* feat: allow image storage location to be configured * update tests * formatting Signed-off-by: [email protected] <[email protected]> * linting * fix tests again * formatting * fix tests, add error and translations for invalid path * formatting * update tests * more test updates --------- Signed-off-by: [email protected] <[email protected]>
* fix: clean up amazon images * fix test
* fix: move amazon image clean up to proper function * formatting
…#989) * fix: adjust amazon domains and forwarding parser function * adjust pylint config
* fix: update amazon delivered subject for amazon.de * update tests
* fix: attempt to fix IO blocking with ssl contexts * linting
* Update Intelcom Shipper Intelcom changed its name to Dragonfly and updated email notifications. * Update const.py
* Added Otto mal subject * Update custom_components/mail_and_packages/const.py Co-authored-by: Chris <[email protected]> --------- Co-authored-by: Chris <[email protected]>
* fix: adjust decoding for amazon emails * adjust ssl context * attempt alternative processing method * attempt to get_payload with no value * adjust processing for amazon hub emails as well * formatting * update tests to py3.13
* fix: config flow missing storage default * formatting
…#1026) * fix: fix iCloud email fetching due to non-RFC IMAP server * update test fixtures
Updated Walmart deliveries to include "Arrived:"
* fix: add additional amazon email * update tests * update test workflow
Well that didn't go as planned. This will be in a new PR. |
Please see #1037 |
Proposed change
Add Amazon OTP sensor
Type of change
Additional information