From be9a1c6708346f5a56875f6bfbda685da57fee8d Mon Sep 17 00:00:00 2001 From: Florian Klien Date: Fri, 5 Oct 2018 14:31:59 +0200 Subject: [PATCH] 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 --- source/_components/notify.yessssms.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/notify.yessssms.markdown b/source/_components/notify.yessssms.markdown index 040acd518b8..9f139ad18a2 100644 --- a/source/_components/notify.yessssms.markdown +++ b/source/_components/notify.yessssms.markdown @@ -43,5 +43,7 @@ Configuration variables: - **recipient** (*Required*): This is the phone number you want to send the SMS notification to.

-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.