Links:
Integration Notification (Home Assistant): https://www.home-assistant.io/integrations/notify/
Einstellungen in der Configuration.yaml:
notify:
- name: "Mail Benachrichtigung smarthome & more"
platform: smtp
server: "hierdeinsmtpserver.de"
sender: "hierdeinesendermailadresse@mail.de"
port: 587
timeout: 15
encryption: starttls
username: "dein_mail_user_name"
password: "dein_mail_password"
recipient:
- "empfaenger_mail_adresse@mail.de"
