Skip to content

Releases: zachowj/node-red-contrib-home-assistant-websocket

v0.74.2

24 Oct 00:57
05e3bf1
Compare
Choose a tag to compare

0.74.2 (2024-10-24)

This release provides a temporary fix for users accessing the Node-RED UI through the Home Assistant UI, addressing issues with debug nodes, inject nodes, and other related problems.

Miscellaneous Chores

v0.74.1

09 Oct 23:02
db570fc
Compare
Choose a tag to compare

0.74.1 (2024-10-09)

Bug Fixes

  • action: ensure data field is not merged when input block is enabled (ef6e47b), closes #1641

v0.74.0

07 Oct 03:01
088f8a9
Compare
Choose a tag to compare

0.74.0 (2024-10-07)

Features

Bug Fixes

  • action: preserve domain and service while addressing deprecated notice (613e505), closes #1622
  • api: Await websocket send in ApiController (3319bf4)
  • fire-event: Handle errors when sending events via websocket (38167fc)
  • integration: Handle errors when sending and unregistering entities (cb72c3f)
  • time: Improve handling of cronjobs creation (680227a), closes #1490

v0.73.0

19 Sep 12:02
e33bae2
Compare
Choose a tag to compare

0.73.0 (2024-09-19)

Features

  • time: Added option to allow past date inputs without throwing errors (a1e16ee)

Bug Fixes

  • time: Resolve "Date in past. Will never be fired." error for valid dates (a1e16ee), closes #1575

v0.72.4

16 Sep 08:23
2bd5bcb
Compare
Choose a tag to compare

0.72.4 (2024-09-16)

Bug Fixes

  • socialbar: replace Discord button link with permanent invite code (a1a4016)
  • socialbar: update Discord button link to new URL (3adc8c5)

v0.72.3

16 Sep 06:31
75524b1
Compare
Choose a tag to compare

0.72.3 (2024-09-16)

Bug Fixes

  • comms: update stateChanged handling to use HassEntity and prevent null entries (fc62241)
  • diagnostics: correctly fetch and display addon version (c26c7ee)

v0.72.2

12 Sep 21:46
f49c475
Compare
Choose a tag to compare

0.72.2 (2024-09-12)

Bug Fixes

  • Update virtual-select.ts to handle null attributes in createSelectOptions function (557271c)

v0.72.1

12 Sep 20:52
0780c51
Compare
Choose a tag to compare

0.72.1 (2024-09-12)

Bug Fixes

  • ensure comms throttle works as intended (4065746)

v0.72.0

11 Sep 04:38
3544899
Compare
Choose a tag to compare

0.72.0 (2024-09-11)

Features

v0.71.0

09 Sep 21:20
2904468
Compare
Choose a tag to compare

0.71.0 (2024-09-09)

Features

  • number: Promote number node from beta to stable (f235081)
  • select: Promote select node from beta to stable (f235081)
  • text: Promote text node from beta to stable (f235081)
  • time-entity: Promote time-entity node from beta to stable (f235081)

Bug Fixes

  • get-entities: Add timeSinceChangedMs to the states before condition checks (5036246)