New Notify SMTP setup not working in v2024.8.0

Hi, just migrated to v2024.8.0. Noticed a lot of extra integrations among SMTP, thought nowadays I could setup this integration directly in the UI so removed my YAML version and restarted (ok, a reload of “SMTP NOTIFY SERVICES” should also be sufficient). Because it appeared I cannot add SMTP through the UI, perhaps I mislead by “ADD” or i should better RTFM) I returned to the old situation:

# configuration.yaml entry for Google Mail.
notify:
  - name: "notify_mail"
    platform: smtp
    server: "smtp.gmail.com"
    port: 587
    timeout: 15
    sender: !secret gmail_nuc_account
    encryption: starttls
    username: !secret gmail_nuc_account
    password: !secret gmail_nuc_pw 
    recipient:
      - !secret gmail_nuc_recipient
    sender_name: "HASS"

Without success, any ideas?

Yeah this is confusing as heck. I have no idea why YAML only integrations are listed in the UI now. :thinking:

You should be able to put your old YAML back but it may require a restart rather than a reload.

1 Like

Agree on all parts, maybe (read likely) I overlooked the return of the notify action.