Releases: bachya/simplisafe-python
Releases · bachya/simplisafe-python
7.1.0
🚀 Features
- Add additional websocket event types (#88)
🧰 Maintenance
- Modernize test and fixture framework (#86)
7.0.0
🚀 Features
- BREAKING CHANGE: Change type of "from" parameter in system.get_events() (#84)
- Add event type for "Triggered" (#83)
6.1.0
🚀 Features
- Add helper to determine websocket event types (#81)
🐛 Bug Fixes
- Don't swallow errors during update (#82)
6.0.1
🐛 Bug Fixes
- Address possibility of instant-trigger parameter missing (#80)
6.0.0
🐛 Bug Fixes
- BREAKING CHANGE: Consolidate system property methods into one (#79)
5.3.6
🚀 Features
- Add "doorbell" as a valid sensor type (#77)
5.3.5
🐛 Bug Fixes
- Restrict delay coroutines to SimpliSafe limits (#75)
5.3.4
- Fixed bug with
system.set_alarm_volume()
affecting alarm duration
5.3.3
- Removed spurious print statement 😆
5.3.2
- Fix incorrect payload when setting system properties
- Use cached entity values for faster startup