Releases: MisterWil/abodepy
Releases · MisterWil/abodepy
abodepy-0.16.6
abodepy-0.16.5
- 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
- Added remove_device_all_callbacks() to event controller to remove all callbacks for a specific device via #52
abodepy-0.16.3
- Added mac_address property to Alarm device via #50
- Convert Alarm device mac address to pseudo-UUID
abodepy-0.16.1
abodepy-0.15.0
- Fixes motion sensors
abodepy-0.14.0
- 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
abodepy-0.13.0a0
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.