filmov
tv
How to setup SMS alerts in Home Assistant using Gmail

Показать описание
This video is a quick tutorial on how to setup SMS alerts in Home Assistant using Gmail.
For starters, you have to create a free gmail account...
Once you have done that, all you need to do is go to
and hit the toggle to Allow less secure apps.....
notify:
- platform: smtp
name: alert_test
port: 587
sender: (WHAT WILL SHOW FROM WHEN YOU GET AN ALERT)
starttls: 1
username: (USERNAME OF GMAIL ACCOUNT)
password: (PASSWORD OF GMAIL ACCOUNT)
recipient: (ADDRESS OF NUMBER YOU WANT TO SEND TO)
For this tutorial, we setup a script to send out a test notification with...
script:
test_notification:
alias: Test Notification
sequence:
data:
message: 'This is a test notification!'
Once all that is done, restart home assistant for the changes to take....
You should be good to go, you can use that notify component to send allerts to your phone.
If you like the video, please subscribe to my channel. If you have any questions, hit me up in the comments below. Also, if there are any videos you would like me to put out here, let me know as well.
For starters, you have to create a free gmail account...
Once you have done that, all you need to do is go to
and hit the toggle to Allow less secure apps.....
notify:
- platform: smtp
name: alert_test
port: 587
sender: (WHAT WILL SHOW FROM WHEN YOU GET AN ALERT)
starttls: 1
username: (USERNAME OF GMAIL ACCOUNT)
password: (PASSWORD OF GMAIL ACCOUNT)
recipient: (ADDRESS OF NUMBER YOU WANT TO SEND TO)
For this tutorial, we setup a script to send out a test notification with...
script:
test_notification:
alias: Test Notification
sequence:
data:
message: 'This is a test notification!'
Once all that is done, restart home assistant for the changes to take....
You should be good to go, you can use that notify component to send allerts to your phone.
If you like the video, please subscribe to my channel. If you have any questions, hit me up in the comments below. Also, if there are any videos you would like me to put out here, let me know as well.
Комментарии