Skip to content

Releases: moralmunky/Home-Assistant-Mail-And-Packages

Security Hotfix

19 Mar 17:50
570a665
Compare
Choose a tag to compare

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

17 Mar 14:51
43ae2dd
Compare
Choose a tag to compare
Pre-release
  • 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

16 Mar 16:35
1bc42ad
Compare
Choose a tag to compare
  • Fixed options reconfiguration not working properly

Amazon package sensor

15 Mar 03:36
c6d23b2
Compare
Choose a tag to compare
Amazon package sensor Pre-release
Pre-release
  • 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

05 Mar 02:25
0afc349
Compare
Choose a tag to compare
  • Fixed math on delivering package count, was double counting

Add reconfiguration

04 Mar 21:16
5d94782
Compare
Choose a tag to compare
Add reconfiguration Pre-release
Pre-release
  • Add ability to reconfigure integration without having to remove and re-add (#53)
  • Added additional error catching to various server calls (#50)

Scipy revert

26 Feb 12:35
291ac29
Compare
Choose a tag to compare
  • 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

24 Feb 03:17
5cc6e12
Compare
Choose a tag to compare
  • Fixed a file path bug from #44

Efficiency patch

23 Feb 15:35
1e2f3ba
Compare
Choose a tag to compare
  • 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

13 Feb 00:22
fa79081
Compare
Choose a tag to compare

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