Skip to content

Releases: MisterWil/abodepy

abodepy-0.16.6

14 Oct 18:51
91202bc
Compare
Choose a tag to compare
  • Fixed bugs found through testing related to AbodeLight not saving new color and temp settings after setting them
  • Fixes #43 by catching EOF and Unpickling exceptions
  • Reduced logging of one SocketIO line for #53

abodepy-0.16.5

12 Oct 21:43
Compare
Choose a tag to compare
  • Fixed an oopsie-woopsie related to removing all callbacks instead of just those for a specific device.
  • Renamed the device callback removing method to remove_all_device_callbacks() because names are hard.

abodepy-0.16.4

11 Oct 15:48
Compare
Choose a tag to compare
  • Added remove_device_all_callbacks() to event controller to remove all callbacks for a specific device via #52

abodepy-0.16.3

10 Oct 17:38
Compare
Choose a tag to compare
  • Added mac_address property to Alarm device via #50
  • Convert Alarm device mac address to pseudo-UUID

abodepy-0.16.1

08 Oct 16:02
Compare
Choose a tag to compare
  • Added device_uuid property via #49 which also closes #48
  • Fixing snapshot URL via #47
  • Drop support of Python 3.4, added support/testing of Python 3.7

abodepy-0.15.0

04 Jan 19:50
Compare
Choose a tag to compare
  • Fixes motion sensors

abodepy-0.14.0

11 Oct 18:32
Compare
Choose a tag to compare
  • Merge pull request #24 adding water valve support
  • Merge pull request #34 adding light color control
  • Merge pull request #38 updating lomond version to fix Python 3.7 support
  • Merge pull request #39 to update device names when update calls happen
  • Fixed and updated tests to correct for pulled in changes
  • Updated version to 0.14.0

abodepy-0.13.1

10 Apr 14:26
Compare
Choose a tag to compare
  • Better event push listener #31
  • Actually fixes excessive logging #27
  • Added additional readme instructions to address #21
  • Added cache ability for Username/password/UUID and also as a way to address #20

abodepy-0.13.0a0

06 Apr 02:05
Compare
Choose a tag to compare
abodepy-0.13.0a0 Pre-release
Pre-release

Alpha release of 0.13.0 includes a complete rewrite of the SocketIO Event Notification system. This should, I hope, significantly improve the "flakiness" of the event callbacks. Keeping in Alpha because (1) I haven't tested it fully and (2) I would like to write a full test suite for the event notification piece before officially releasing.

abodepy-0.12.3

05 Apr 20:59
Compare
Choose a tag to compare
  • Added UUID to login packet to fix #30
  • Fixed TOX build failure
  • Changed warning to debug to fix #27
  • Merged #29
  • Merged #25