Skip to content

Releases: iprak/sensi

v1.3.10

26 Aug 01:36
Compare
Choose a tag to compare

1.3.10 (2024-08-26)

Bug Fixes

  • fixed formatting (7e307f6)
  • fixed missing 1 required positional argument: 'message' #56

v1.3.9

31 Jul 19:52
a4cedf3
Compare
Choose a tag to compare

Downgraded the websockets requirement from 12.0 (introduced in v1.3.8) to 11.0.1

v1.3.8

31 Jul 10:32
Compare
Choose a tag to compare

Added websockets=12.0 as requirement

v1.3.7

06 Apr 21:01
0819d87
Compare
Choose a tag to compare

Resolve aux heat deprecation warnings.

v1.3.6

03 Apr 19:47
af9d7fa
Compare
Choose a tag to compare

Handle empty store data (#48).

v1.3.5

22 Mar 10:54
67acbdb
Compare
Choose a tag to compare

Fixed an issue with the first data load after token refresh.

v1.3.4

20 Mar 10:49
2d1eb91
Compare
Choose a tag to compare

Entities will appear unavailable if token is expired and refresh fails.

v1.3.2

19 Mar 10:55
9be452e
Compare
Choose a tag to compare

This release should help with token expiration.

  • We will obtain a new access_token using the initially supplied refresh_token if request was reported to be expired (special marker 44) and then re-try data update.
  • We will get a new access_token on integration startup as well.

v1.3.1

16 Mar 12:36
dda0eb9
Compare
Choose a tag to compare

This request switches to refresh_token based authentication (#38).

Refer to readme for how to retrieve refresh_token.

v1.2.8

17 Feb 23:29
00318e3
Compare
Choose a tag to compare

Fixed ClimateEntityFeature deprecation warning.