We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca742cc commit c06ee2eCopy full SHA for c06ee2e
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.1.3 (2023-10-11)
2
+
3
+* revert sync check logic to check against last check value. this should hopefully fix the problem of HA alarm status not updating
4
+* use exponential backoff for gateway updates if offline instead of constant 90 seconds
5
+* add jitter to relogin interval
6
+* add quick_relogin/async_quick_relogin to do a quick relogin without requerying devices, exiting tasks
7
+* add more alarm testing in example client
8
9
## 1.1.2 (2023-10-06)
10
11
* change default poll interval to 2 seconds
0 commit comments