Skip to content

Releases: bachya/simplisafe-python

7.1.0

05 Feb 04:47
Compare
Choose a tag to compare

🚀 Features

  • Add additional websocket event types (#88)

🧰 Maintenance

  • Modernize test and fixture framework (#86)

7.0.0

27 Jan 21:10
Compare
Choose a tag to compare

🚀 Features

  • BREAKING CHANGE: Change type of "from" parameter in system.get_events() (#84)
  • Add event type for "Triggered" (#83)

6.1.0

27 Jan 16:48
Compare
Choose a tag to compare

🚀 Features

  • Add helper to determine websocket event types (#81)

🐛 Bug Fixes

  • Don't swallow errors during update (#82)

6.0.1

17 Jan 21:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Address possibility of instant-trigger parameter missing (#80)

6.0.0

07 Jan 21:22
Compare
Choose a tag to compare

🐛 Bug Fixes

  • BREAKING CHANGE: Consolidate system property methods into one (#79)

5.3.6

18 Dec 20:03
Compare
Choose a tag to compare

🚀 Features

  • Add "doorbell" as a valid sensor type (#77)

5.3.5

26 Nov 17:46
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Restrict delay coroutines to SimpliSafe limits (#75)

5.3.4

23 Nov 19:31
Compare
Choose a tag to compare
  • Fixed bug with system.set_alarm_volume() affecting alarm duration

5.3.3

23 Nov 18:43
Compare
Choose a tag to compare
  • Removed spurious print statement 😆

5.3.2

23 Nov 18:35
Compare
Choose a tag to compare
  • Fix incorrect payload when setting system properties
  • Use cached entity values for faster startup