]> git.giorgioravera.it Git - homeassistant.git/commitdiff
removed smtp configuration from yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 16 Jul 2026 11:14:45 +0000 (13:14 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 16 Jul 2026 11:14:45 +0000 (13:14 +0200)
README.md
notify/mail.yaml

index e733d0943f32f056a29a7c101b53a2c82faa0e6f..d6270f23c899496b2e6c13c8478375d22439912a 100644 (file)
--- 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
index eb282f23157b4faf034ec5df482526e0b77794a7..e2ea4527d8e8fe54450b8d6ad093856316c27471 100644 (file)
@@ -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