Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
v0.75.0
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
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
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
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
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
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
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
0.72.2 (2024-09-12)
Bug Fixes
- Update virtual-select.ts to handle null attributes in createSelectOptions function (557271c)
v0.72.1
0.72.1 (2024-09-12)
Bug Fixes
- ensure comms throttle works as intended (4065746)