document new behavior (#6447)

notify.yessssms will not reconnect to yesss.at when the account is
suspended, because of wrong credentials. Restart with new credentials
is required.
home-assistant/home-assistant#17052
This commit is contained in:
Florian Klien 2018-10-05 14:31:59 +02:00 committed by Franck Nijhof
parent cfb709a0ee
commit be9a1c6708

View File

@ -43,5 +43,7 @@ Configuration variables:
- **recipient** (*Required*): This is the phone number you want to send the SMS notification to.
<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 blocked 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.
Home Assistant will not try to login after the account has been suspended.
Re-check the credentials and restart Home Assistant.
</p>