Releases: bachya/simplisafe-python
Releases · bachya/simplisafe-python
4.2.0
- Add "remote" as a valid sensor type
4.1.0
- Add
get_latest_event()
system method (#38)
4.0.1
- Fix two edge cases with setting PINs (#37)
4.0.0
- BREAKING CHANGE: Make get_systems return a dict instead of a list (#36)
3.5.0
- Add support for PINs (#35)
- Add several new V3 properties (#34)
- Move system updates to asyncio tasks (#33)
- Transition to Black (#31)
3.4.2
- Clean up 403 detection logic (#29)
- Attempt refresh token upon initial 401 (#30)
3.4.1
- Remove aiodns from requirements (#28)
3.4.0
- Reverted "Make aiohttp.ClientSession optional (#27)"
3.3.0
- Make aiohttp.ClientSession optional (#27)