You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions how to add user notifications to Home Assistant."
5
+
date: 2017-10-27 16:00
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: yesssat.png
11
+
ha_category: Notifications
12
+
ha_release: 0.57
13
+
---
14
+
15
+
The `yessssms` platform is using the Austrian mobile operator [Yesss.at](https://yesss.at) to send SMS via its web-site.
16
+
17
+
<pclass='note warning'>
18
+
Regular charges apply and a contract or prepaid plan is needed.
19
+
</p>
20
+
21
+
<pclass='note warning'>
22
+
Do not use this for high frequency notifications. The web-SMS page is rate limited and sending more than 45 SMS/h might get you blocked.
23
+
</p>
24
+
25
+
You can send to any number, but your phone number will appear as sender.
26
+
27
+
To enable SMS notifications in your installation, add the following to your `configuration.yaml` file:
28
+
29
+
```yaml
30
+
# Example configuration.yaml entry
31
+
notify:
32
+
- name: NOTIFIER_NAME
33
+
platform: yessssms
34
+
username: YOUR_PHONE_NUMBER
35
+
password: YOUR_PASSWORD
36
+
recipient: PHONE_NUMBER_TO_NOTIFY
37
+
```
38
+
39
+
Configuration variables:
40
+
41
+
- **username** (*Required*): This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website.
42
+
- **password** (*Required*): This is the password you use to login to Yesss.at.
43
+
- **recipient** (*Required*): This is the phone number you want to send the SMS notification to.
44
+
45
+
<p class='note warning'>
46
+
Verify that your credentials work on [Yesss.at's website](https://yesss.at). Using the wrong credentials three times in a row will get you blocked for one hour.
0 commit comments