From 85513f2b20affd2f9eeb633e1f49f661798cfebc Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 16 Jul 2026 13:14:45 +0200 Subject: [PATCH] removed smtp configuration from yaml --- README.md | 1 + notify/mail.yaml | 22 +--------------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e733d094..d6270f23 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ The following integrations are not part of HACS. It's required to clone the rela * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa and assign names to all devices) * Openweather Map (Savona + Morgex) * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor + * SMTP * Sony Bravia * SpeedTest * Telegram Bot diff --git a/notify/mail.yaml b/notify/mail.yaml index eb282f23..e2ea4527 100644 --- a/notify/mail.yaml +++ b/notify/mail.yaml @@ -1,27 +1,7 @@ ###################################################################### -# Mail Server Integration +# SMTP Integration ###################################################################### -# Mail to Giorgio -- name: mail_giorgio - platform: smtp - server: !secret mail_server - port: 25 - encryption: none - sender: !secret mail_sender - recipient: !secret mail_giorgio - sender_name: Casa Ravera-Testa - -# Mail to Laura -- name: mail_laura - platform: smtp - server: !secret mail_server - port: 25 - encryption: none - sender: !secret mail_sender - recipient: !secret mail_laura - sender_name: Casa Ravera-Testa - # Mail to All - name: mail_all platform: group -- 2.47.3