Releases: moralmunky/Home-Assistant-Mail-And-Packages
Releases · moralmunky/Home-Assistant-Mail-And-Packages
0.1.5 - Release
Small Bug Fix
- Fix math error on transit count
0.1.4 - Release
- Sanitize user image_path input
0.1.3 - Release
Breaking changes
You will need to reconfigure the integration to get the sensors to reload after upgrading.
- Added configuration for email scan interval
- Security update to randomly generate the image file name #70
- File name is a sensor attribute that can be used for automations or scripts
- Add toggle to turn on/off (On by default) the random image file names
Other changes
- Add ability to reconfigure integration without having to remove and re-add (#53)
- Added additional error catching to various server calls (#50)
- Adds Amazon package sensor with order number and item list attributes (if applicable)
- Really fix negative transit count this time
- Add folder list drop down to select where your emails are located
- Add text for the new 2 step setup process
- Setup / Reconfigure is now a 2 step process, in step 2 the list of available folders auto populates from the mail server
- Fix error on reconfiguration screens
- Added configuration for email scan interval
- Moved MailCheck date creation in EmailData bringing it in sync with how the other entities function
- Added context for total steps in configuration panels
- Added commented code to change the search date for testing with previously received emails. Line 911: #today = '18-Mar-2020'
- Fixed unloading of sensor entities related to #53
- Formatting fixes
- Moved directory check/creation to create the path before manipulating images
- IMAP command update: Fixes #64
- Remove single setup restriction so you can add multiple email accounts #79
- Added 'server' attribute to each sensor so you can tell what email server it's for
Add option to toggle image filename randomness
Breaking change
This will cause the sensors not to load until you reconfigure the integration.
Other changes
- Add toggle to turn on/off (On by default) the random image file names
Multiple Email Accounts and Security Changes
Breaking change
- Security update to randomly generate the image file name #70
- File name is a sensor attribute that can be used for automations or scripts
Other changes
IMAP command update
Fixes #64
Properly unload sensor entities
- Fixed unloading of sensor entities related to #53
- Formatting fixes
- Moved directory check/creation to create the path before manipulating images
Configurable scan interval
The default scan interval is only added on first run. If you have a previous version installed you must go to the integration and click through the configuration filling in the scan interval option.
- Added configuration for email scan interval
- Moved MailCheck date creation in EmailData bringing it in sync with how the other entities function
- Added context for total steps in configuration panels
- Added commented code to change the search date for testing with previously received emails. Line 911: #today = '18-Mar-2020'
Fix error on reconfiguration screens
- Fixed error on reconfiguration screen.
Security Hotfix
Due to the www
directory having no security yet, the default folder has been changed.
Please note unless you are using a reverse proxy with authentication anything in the www
folder is viewable externally without any road blocks.