Releases: rsnodgrass/pyadtpulse
Releases · rsnodgrass/pyadtpulse
1.2.9
1.1.5
See CHANGELOG.md
1.1.3
1.1.3 (2023-10-11)
- revert sync check logic to check against last check value. this should hopefully fix the problem of HA alarm status not updating
- use exponential backoff for gateway updates if offline instead of constant 90 seconds
- add jitter to relogin interval
- add quick_relogin/async_quick_relogin to do a quick relogin without requerying devices, exiting tasks
- add more alarm testing in example client
auto relogin, device classes, bug fixes
What's Changed
- misc speed ups and fixes by @rlippmann in #25
- Various fixes by @rlippmann in #27
- Bump uvloop to 0.17 by @rlippmann in #28
- browser fingerprint/doc updates by @rlippmann in #29
- 1.1.0 by @rlippmann in #31
Full Changelog: 1.0.0...1.1.0
1.0.0
- major update from rlippmann@ that adds asyncio support and backwards compatible sync behavior