Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
v0.65.1
0.65.1 (2024-06-26)
Bug Fixes
- Add event listeners for entity type selection for NR 4.0 (9ea63cf)
v0.65.0
0.65.0 (2024-06-03)
⚠ BREAKING CHANGES
- fire-event: Mustache templates or JSONata expression being passed into the fire-event node will no longer be rendered
Bug Fixes
- fire-event: Only render templates/expressions when not from message input (16e8e22)
v0.64.0
0.64.0 (2024-04-12)
Features
- sentence: Add device id to output properties (8f1ccd9)
Bug Fixes
- Fix diagnostics info to not show undefined for addon version (1fda39f)
v0.63.2
0.63.2 (2024-04-08)
Bug Fixes
- sensor: Fix options mapping in sensor node (15f2920)
v0.63.1
0.63.1 (2024-03-15)
Bug Fixes
- Fix diagnostics fetch to use relative url (127e4f8)
v0.63.0
0.63.0 (2024-02-10)
Thanks to @enjibby the calendar events node has been added.
Features
- calendar: Implement Calendar Event Trigger Node (f5a183c)
v0.62.3
0.62.3 (2024-01-09)
Bug Fixes
- call-service: Allow call service to work prior to HA 2023.12 (92c7a3f)
- call-service: Allow the call-service input to accept strings in target properties (f86e2c6), closes #1247
- call-service: Don't throw error if mergeContext is undefined (7388c45)
- call-service: Fix merge context merge order (e2f2ac8)
- call-service: Merge target data into service data before sending to HA (60f55f2), closes #1248 #1245
- Fix TS types (b805cf8)
- get-history: Fix input validation so relativeTime can be empty (05e519f), closes #1239
- sidebar: Use correct editor type for config node (007627f), closes #1237
- time: Fix breaking changes from cron package (5cf6d5b)
v0.62.2
0.62.2 (2023-12-13)
Bug Fixes
- Throw error if HA version doesn't meet requirement (6d84f0c)
node-red-contrib-home-assistant-websocket: v0.62.1
0.62.1 (2023-12-13)
Bug Fixes
- Add a version file for diagnostics (ad9f694)
- Use the correct package.json file for node version (11abb05)
Miscellaneous Chores
v0.62.0
0.62.0 (2023-12-12)
Features
- sidebar: Add Home Assistant sidebar (2da26cb)