mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Yesssms notify component configuration (#7089)
This commit is contained in:
parent
12486d2055
commit
691819e5d7
@ -36,11 +36,20 @@ notify:
|
|||||||
recipient: PHONE_NUMBER_TO_NOTIFY
|
recipient: PHONE_NUMBER_TO_NOTIFY
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website.
|
description: This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website.
|
||||||
- **password** (*Required*): This is the password you use to login to Yesss.at.
|
required: true
|
||||||
- **recipient** (*Required*): This is the phone number you want to send the SMS notification to.
|
type: string
|
||||||
|
password:
|
||||||
|
description: This is the password you use to login to Yesss.at.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
recipient:
|
||||||
|
description: This is the phone number you want to send the SMS notification to.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
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 suspended for one hour.
|
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 suspended for one hour.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user