Skip to content

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

v0.68.3

28 Aug 01:14
db8b627
Compare
Choose a tag to compare

0.68.3 (2024-08-28)

Bug Fixes

  • issues: Wait until HA is in running state to check issues (fdda4fd)

v0.68.2

27 Aug 21:10
af9e728
Compare
Choose a tag to compare

0.68.2 (2024-08-27)

Bug Fixes

  • get-entities: Set condition value type when editor is opened (1661310), closes #1507

v0.68.1

27 Aug 09:36
d8a4cc1
Compare
Choose a tag to compare

0.68.1 (2024-08-27)

Bug Fixes

  • action: correctly apply bitmask for supported features (e4d4e97)
  • issues: Ignore all disabled nodes (526504a)

v0.68.0

26 Aug 11:18
933b844
Compare
Choose a tag to compare

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

18 Aug 22:54
3d492c7
Compare
Choose a tag to compare

0.67.2 (2024-08-18)

Bug Fixes

  • get-entities: Iterate over 'states' table to retrieve all entities (64a1d02), closes #1481

v0.67.1

18 Aug 05:07
4ed20a6
Compare
Choose a tag to compare

0.67.1 (2024-08-18)

Bug Fixes

  • get-entities: Default to state_object for conditions (b9631a2), closes #1478

v0.67.0

17 Aug 13:28
ba2ce3f
Compare
Choose a tag to compare

0.67.0 (2024-08-17)

Features

  • action: Add filters to ID selectors (8d34e43)

v0.66.1

17 Aug 06:40
9ecb2d6
Compare
Choose a tag to compare

0.66.1 (2024-08-17)

Bug Fixes

  • Move entity_id from target field to data field (1ae771d)

v0.66.0

16 Aug 11:56
3b7a82a
Compare
Choose a tag to compare

0.66.0 (2024-08-16)

⚠ BREAKING CHANGES

  • action: Entity IDs incorrectly placed in target.entity_id instead of data.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)

v0.65.1

26 Jun 23:44
242e27a
Compare
Choose a tag to compare

0.65.1 (2024-06-26)

Bug Fixes

  • Add event listeners for entity type selection for NR 4.0 (9ea63cf)