Skip to content

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

7.1.0

26 May 19:16
46c6dca
Compare
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
Compare
Choose a tag to compare

What's Changed

7.0.4

16 May 16:24
0a47562
Compare
Choose a tag to compare

What's Changed

Dependencies

6 changes

7.0.3

19 Apr 16:39
Compare
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
Compare
Choose a tag to compare

What's Changed

7.0.1

17 Mar 21:49
Compare
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
Compare
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
Compare
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
Compare
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

6.0.1

29 Dec 06:10
3d49f96
Compare
Choose a tag to compare

What's Changed