Skip to content

Releases: home-assistant/home-assistant-js-websocket

9.4.0

15 Jun 11:25
ef20e3c
Compare
Choose a tag to compare

What's Changed

Dependencies

10 changes

9.3.0

24 Apr 08:11
81627d7
Compare
Choose a tag to compare

What's Changed

Dependencies

7 changes

9.2.1

26 Mar 08:54
fdb007f
Compare
Choose a tag to compare

What's Changed

9.2.0

26 Mar 07:38
d4fc0d2
Compare
Choose a tag to compare

What's Changed

Dependencies

32 changes

9.1.0

24 Oct 11:22
Compare
Choose a tag to compare

What's Changed

9.0.0

24 Oct 10:13
Compare
Choose a tag to compare

What's Changed

Dependencies

30 changes

8.2.0

10 Jul 18:14
Compare
Choose a tag to compare

What's Changed

  • Allow limiting the hass instance that we fetch auth credentials for (#394) @balloob

8.1.0

27 Jun 11:21
c96cd23
Compare
Choose a tag to compare

What's Changed

Dependencies

27 changes

8.0.1

29 Nov 19:18
51fa114
Compare
Choose a tag to compare

What's Changed

8.0.0

25 Aug 17:46
Compare
Choose a tag to compare

Support message coalescing

Starting with Home Assistant 2022.9, all pending messages will be sent at once instead of one by one. This will greatly improve the performance. This feature is automatically enabled when a compatible version of Home Assistant is detected.

(#306) @bdraco

Update the revoke URL (breaking change)

The revoke URL has been updated to point at the new location in Home Assistant 2022.9.

This change is not backwards compatible with prior versions. If you use this library to revoke tokens and need to support older versions of Home Assistant, manually copy over the revoke function from the 7.1.0 release.

(#304) @balloob

Other changes

Dependencies

16 changes