Releases: bachya/simplisafe-python
Releases · bachya/simplisafe-python
3.1.4
- Add dirtiness check for refresh token (#15)
3.1.3
- Add
address
as a System
property (#14)
3.1.2
- Added a
trigger_instantly
property to V2 and V3 systems (#13)
- Add support for Python 3.5 (#12)
- Re-architect triggered meaning for v2 sensors (#11)
3.1.1
- Updated example to match latest code
- Fixed a bug where requests would not be properly authenticated
- Fixed an incorrect
README.md
instruction
- Fixed broken test
- Changed property error type to be more correct
3.1.0
- Updated refresh token logic with automatic refreshing and a better instantiation (#7)
- Made typing a Makefile command (#10)
- Updated contribution instructions (#9)
- Update issue templates
- Updated doc with reference to temperature parameter
3.0.4
- Made
SystemStates
a "sub-property" of System
3.0.3
- Added a global
temperature
property to each System
3.0.2
- Added additional states:
away_count
and home_count
3.0.1
- Made 3.6 the minimum accepted version of Python
3.0.0
- BREAKING CHANGE: Convert library to use
asyncio
- Added full test suite (with 100% coverage)
- Complete overhaul of documentation
- Added Makefile with common tasks
- Added Pipfile for dependency management
- Added CodeClimate and CodeCov badging/tracking
- Updated
setup.py
to common standard
- Added contribution instructions
- Added author recognition