-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust decoding for amazon emails (#1025)
* 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
- Loading branch information
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -818,6 +818,7 @@ async def test_amazon_search_delivered( | |
"testfilename.jpg", | ||
"amazon.com", | ||
) | ||
await hass.async_block_till_done() | ||
assert ( | ||
"Amazon email search address: ['[email protected]', '[email protected]', '[email protected]']" | ||
in caplog.text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters