mirror of
https://github.com/Burningstone91/smart-home-setup.git
synced 2022-05-05 21:16:50 +03:00
18 lines
436 B
YAML
Executable File
18 lines
436 B
YAML
Executable File
notify:
|
|
- platform: group
|
|
name: phones
|
|
services:
|
|
- service: mobile_app_phone_dimitri
|
|
- service: mobile_app_phone_sabrina
|
|
|
|
- platform: smtp
|
|
name: evernote
|
|
server: smtp.gmail.com
|
|
port: 587
|
|
encryption: starttls
|
|
timeout: 15
|
|
username: !secret mail_address
|
|
password: !secret mail_password
|
|
sender: !secret mail_address
|
|
sender_name: Home Assistant
|
|
recipient: !secret evernote_mail |