Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
v0.68.3
v0.68.2
v0.68.1
v0.68.0
0.68.0 (2024-08-26)
⚠ BREAKING CHANGES
- Dropping support for node v16
Features
- issues: Implement issue detection for Home Assistant nodes (61eb103)
- Added functionality to check Home Assistant nodes for issues on deploy and at regular intervals.
- Checks include validation of entity IDs, area IDs, device IDs, floor IDs, and label IDs.
Bug Fixes
- Fix ID selector to include state only entities (8057dd7)
Documentation
- Update node version to 18 (f0c5f3d)
v0.67.2
v0.67.1
v0.67.0
v0.66.1
v0.66.0
0.66.0 (2024-08-16)
⚠ BREAKING CHANGES
- action: Entity IDs incorrectly placed in
target.entity_id
instead ofdata.entity_id
will now throw errors. - wait-until: If a wait-until node times out and the entity selector has multiple entities, the output property 'entity' will have an undefined value.
- device: Requires Node-RED companion custom component v4.0.2+
- action: The call-service node has been renamed to the action node. The domain and service input properties are deprecated and will be removed in version 1.0. Please use the action property instead.
Features
- action: Add selector for floor and label (20e08ab)
- Add support for floors and labels (36c2c9d)
- api: Add DELETE and PUT methods to the API node (7bba5af), closes #1435
- events-state: Update event state listener to allow listening to multiple types (57a8ab7)
- get-entities: Add device/area/floor/label conditions (b194eb0)
- trigger-state: Update listener to allow listening to multiple types at once (a14a7f3)
- wait-until: Update wait-until listener to allow listening to multiple types (d24b604), closes #919
Bug Fixes
- action: Fix sent data to output sent data and not the data field only (30b15a7)
- device: Fix device action to send entity to HA (48cfa54)
- device: Fix device node losing trigger id (48cfa54)
- trigger-state: Use post migrated config for event triggers (b841734)
Reverts
- "fix(call-service): Merge target data into service data before sending to HA" (5960d09)