Skip to content

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

0.1.5 - Release

15 Apr 23:09
903dd9e
Compare
Choose a tag to compare

Small Bug Fix

  • Fix math error on transit count

0.1.4 - Release

14 Apr 23:07
ed154a1
Compare
Choose a tag to compare
  • Sanitize user image_path input

0.1.3 - Release

14 Apr 14:06
fd8f69d
Compare
Choose a tag to compare

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

10 Apr 14:20
55ac889
Compare
Choose a tag to compare

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

07 Apr 19:10
9f9a6d0
Compare
Choose a tag to compare

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

  • 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
  • Fix for #64

IMAP command update

30 Mar 16:31
b3adc3e
Compare
Choose a tag to compare
IMAP command update Pre-release
Pre-release

Fixes #64

Properly unload sensor entities

22 Mar 20:43
21e8f8a
Compare
Choose a tag to compare
Pre-release
  • Fixed unloading of sensor entities related to #53
  • Formatting fixes
  • Moved directory check/creation to create the path before manipulating images

Configurable scan interval

22 Mar 01:54
Compare
Choose a tag to compare
Pre-release

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

21 Mar 16:46
3e7bc80
Compare
Choose a tag to compare
Pre-release
  • Fixed error on reconfiguration screen.

Security Hotfix

21 Mar 03:27
eda3ac8
Compare
Choose a tag to compare
Security Hotfix Pre-release
Pre-release

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.