Skip to content

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

8.0.0

25 Aug 17:46

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

7.1.0

26 May 19:16
46c6dca

Choose a tag to compare

What's Changed

  • Add grace period when unsubscribing from collection (#282) @balloob

Dependencies

2 changes

7.0.5

16 May 20:06
4ef1888

Choose a tag to compare

What's Changed

7.0.4

16 May 16:24
0a47562

Choose a tag to compare

What's Changed

Dependencies

6 changes

7.0.3

19 Apr 16:39

Choose a tag to compare

What's Changed

  • Fix empty states being ignored in new subscribe entities API (#267) @balloob
  • Add restored entity attribute to HassEntityAttributeBase (#260) @emontnemery

Dependencies

8 changes

7.0.2

21 Mar 17:15
9af6165

Choose a tag to compare

What's Changed

7.0.1

17 Mar 21:49

Choose a tag to compare

What's Changed

  • Do not refresh collection on reconnect if no refresh command (#254) @balloob

7.0.0

17 Mar 05:11

Choose a tag to compare

What's Changed

[Breaking change] The entities collection can no longer be refreshed on Home Assitant 2022.4+. This shouldn't have been necessary because it is listening to state updates.

6.1.1

12 Mar 19:02

Choose a tag to compare

What's Changed

  • Fix removing entity attributes in new way of subscribing to entities (#251) @bdraco

6.1.0

12 Mar 05:05

Choose a tag to compare

What's Changed

Use new subscribe_entities command to power the entities collection when available (requires Home Assistant 2022.4+). Will fall back to listening for state_changed events if not.

(#250) @balloob @bdraco

Dependabot