mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 17:09:32 +00:00
YesssSMS handling more errors, upgrade to version 0.2.3 (#17052)
* YesssSMS handling more errors, upgrade to version 0.2.1 - handling missing internet connection nicely - disabling login with non-working credentials (website locked account for 1 hour) - upgrade to new upstream version of YesssSMS * notify.yessssms tests * test requirements * flake8 fix * fixing tests, new upstream version 0.2.3 fixing tests based on requested changes, coverage * removing unmotivated print * passing exception to ConnectionError and SMSSendingError logger
This commit is contained in:
committed by
Adam Mills
parent
b55c7a5ba2
commit
ce1e8f8ace
@@ -104,7 +104,8 @@ TEST_REQUIREMENTS = (
|
||||
'yahoo-finance',
|
||||
'pythonwhois',
|
||||
'wakeonlan',
|
||||
'vultr'
|
||||
'vultr',
|
||||
'YesssSMS',
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
||||
Reference in New Issue
Block a user