Releases: Wheemer/email_notifier
Releases · Wheemer/email_notifier
v0.1.6
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
Fixed
- Fixed the config UI validation error that showed
expected strwhen 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
v0.1.3
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.sendinstead of the oldsend_emailname. - 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.