Releases: moralmunky/Home-Assistant-Mail-And-Packages
Releases · moralmunky/Home-Assistant-Mail-And-Packages
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.
Add mailbox folder list to setup
- Add folder list drop down to select where your emails are located
- Version bump
- 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 reconfiguration not working as expected
- Fixed options reconfiguration not working properly
Amazon package sensor
- Adds Amazon package sensor with order number and item list attributes (if applicable)
- Really fix negative transit count this time
Fixed math on delivering package count, was double counting
- Fixed math on delivering package count, was double counting
Add reconfiguration
Scipy revert
- Removed image resizing (for now) this was done via scipy
- Added GIF image rotation as a configurable option this will require removal and re-adding of the integration to configure. (Default 5 seconds)
- Sensors now populate entities correctly in the integration menu and entities registry
- Some formatting fixes
- Fixes #39
0.1.1 - Bug fix
- Fixed a file path bug from #44
Efficiency patch
- Only login to email once and pull all the emails needed in one swoop
- Changed GIF rotation time to 5 seconds
- Subtract delivered packages from 'in transit' packages, should no longer result in negative counts
- No more slow start warnings since we check the email in one call now
- Added aspect ratio calculations to keep image looking correctly
- Added additional subject searches for FedEx emails
- Bump version to 0.1.0 since we're no longer using Imagemagick and fixed the speed issues
Making life easier for HACS installs
Removed www directory
Moved default images into component directory
Updated to copy files if missing
Updated to create image directory if missing
Removed unit of measurement on "mail_updated" sensor @FuzzyMistborn