Skip to content

Releases: Wheemer/email_notifier

v0.1.6

29 May 00:15

Choose a tag to compare

Fixed

  • Added the missing UI/config support for disabling SMTP SSL certificate verification with verify_ssl.
  • Narrowed the Email Notifier service account selector to notify entities from this integration so the dropdown is easier for Home Assistant to populate.
  • SMTP send failures now raise a Home Assistant error after retry attempts instead of only logging warnings.
  • Per-message sender_name overrides now work without also setting from_address.

Validation

  • Hassfest validation passed.
  • HACS validation passed.

v0.1.5

28 May 19:52

Choose a tag to compare

Fixed

  • Fixed the config UI validation error that showed expected str when username or password was left blank.
  • Optional SMTP credential fields now default to empty strings in the form and are removed from saved config unless both are filled.
  • Removed the old upstream email placeholder from the config flow title placeholders.

v0.1.4

28 May 19:37

Choose a tag to compare

Changed

  • Updated the integration codeowner metadata to list only @Wheemer for this fork.

v0.1.3

28 May 19:14

Choose a tag to compare

Changed

  • Made SMTP username and password optional in the config UI, options UI, and YAML configuration.
  • SMTP authentication now runs only when both username and password are provided.
  • Blank or incomplete SMTP credentials are removed from saved config data.
  • Updated HACS metadata with a minimum Home Assistant version of 2024.4.1.
  • Updated GitHub Actions validation to run both HACS validation and Hassfest.
  • Updated manifest documentation and issue tracker links for the Wheemer fork.

Fixed

  • Fixed service unload to remove email_notifier.send instead of the old send_email name.
  • Avoid duplicate service registration during setup.
  • Removed the SMTP connection probe from entity setup so Home Assistant startup is not blocked by a temporarily unavailable SMTP server.
  • Cleaned up mutable default arguments and local attachment path handling in the SMTP API.

Documentation

  • Updated README installation links, badges, fork attribution, and optional SMTP credential behavior.