hass-core/homeassistant
Florian Klien ce1e8f8ace 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
2018-10-04 17:34:04 -04:00
..
auth Make it easier for auth to consume newer formats (#17127) 2018-10-04 10:41:13 +02:00
components YesssSMS handling more errors, upgrade to version 0.2.3 (#17052) 2018-10-04 17:34:04 -04:00
helpers Make it easier for auth to consume newer formats (#17127) 2018-10-04 10:41:13 +02:00
scripts Logbook context (#16937) 2018-10-01 16:12:25 +02:00
util Added working support for private storage (#16903) 2018-10-02 10:16:43 +02:00
__init__.py
__main__.py Lint 2018-10-02 10:35:00 +02:00
bootstrap.py Remove usage of "run_until_complete" (#16617) 2018-09-19 15:40:02 +02:00
config.py Add Notify MFA module (#16314) 2018-09-24 11:06:50 +02:00
config_entries.py Allow config entry setup to raise not ready (#17135) 2018-10-04 15:53:50 +02:00
const.py Add pressure sensor device class (#16965) 2018-09-29 22:01:04 +02:00
core.py Fix Windows loop (#16737) 2018-09-22 09:54:37 +02:00
data_entry_flow.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
exceptions.py Allow config entry setup to raise not ready (#17135) 2018-10-04 15:53:50 +02:00
loader.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
monkey_patch.py
package_constraints.txt Upgrade aiohttp to 3.4.4 (#16486) 2018-09-10 10:39:51 +02:00
requirements.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
setup.py