blinkpy-0.15.0-rc0
Pre-release
Pre-release
Release candidate
This pre-release adds support for 2FA. At this time, all of the 2FA endpoints have not been fully tested so there could be unexpected bugs that still need to be fixed.
Breaking Changes:
- Removed support for Python 3.5 (3.6 is now the minimum supported version)
- Deprecated
Blink.login()
method. Please only use theBlink.start()
method for logging in.