From: Giorgio Ravera Date: Thu, 16 Jul 2026 11:14:45 +0000 (+0200) Subject: removed smtp configuration from yaml X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=85513f2b20affd2f9eeb633e1f49f661798cfebc;p=homeassistant.git removed smtp configuration from yaml --- 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