github zachowj/node-red-contrib-home-assistant-websocket v0.66.0

latest releases: v0.73.0, v0.72.4, v0.72.3...
one month ago

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)

Don't miss a new node-red-contrib-home-assistant-websocket release

NewReleases is sending notifications on new releases.