updated yessssms documentation (#15640)

This commit is contained in:
Kristof Krenn 2020-11-14 21:48:45 +01:00 committed by GitHub
parent 638e6092c6
commit 3dbbcc931b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ name:
type: string
default: notify
username:
description: 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, but in some cases it could be your e-mail). Veryfy that you can use your credentials on the Yesss.at website.
required: true
type: string
password:
@ -81,9 +81,9 @@ For an alternative provider you would set the `provider` option. An example conf
notify:
- name: sms_to_self
platform: yessssms
username: 06641234567
username: "+436641234567"
password: tops3cr3tpass0rd
recipient: 06641234567
recipient: "+436641234567"
provider: educom
```