Skip to content

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

v0.75.0

31 Dec 05:16
38e685e
Compare
Choose a tag to compare

0.75.0 (2024-12-31)

Features

  • sensor: add new device classes and units of measurement for area, blood glucose concentration, conductivity, potential hydrogen, and volume flow rate (0e621aa), closes #1710

Bug Fixes

  • action: remove unnecessary toLowerCase conversion for action value (64a200e), closes #1697
  • get-entities: simplify label checks and improve entity label matching logic (da3c15a), closes #1686
  • update node type check in issueCheck function to GetHistory (1c80b72)

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