Skip to content

Commit cfefa86

Browse files
flowolffabaff
authored andcommitted
Documentation for yessssms component (home-assistant#3801)
* Documentation for yessssms component * typo * updated documentation for YesssSMS * Remove line breaks
1 parent a16290c commit cfefa86

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: page
3+
title: "Yesss SMS"
4+
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+
<p class='note warning'>
18+
Regular charges apply and a contract or prepaid plan is needed.
19+
</p>
20+
21+
<p class='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.
47+
</p>
70.2 KB
Loading

0 commit comments

Comments
 (0)