npm node-red-contrib-home-assistant-websocket 0.20.0

latest releases: 0.64.0, 0.63.2, 0.63.1...
4 years ago

Trigger an exposed event node from a service call

With the release of the Node-RED custom component version 0.3.0, it adds the ability to trigger an event node from a service call.

Data properties of the service call:

entity_id
The only required data property for the service call that is required is an entity_id of the switch that is associated with a node in NR.

trigger_entity_id
Will be the entity that triggers the node. It is optional and only required if the node entity filter is not set to exact.

skip_condition
It can be used when you don't want the conditionals of the node to be check and just have it pass the entity through. Defaults to false

For the trigger: state node custom output will not be evaluated.

output_path
When skip_condition is true this allows you to choose which output to send the message through. Defaults to true the top output

Features

  • Add ability to handle nodered.trigger service call (aba9eab)
  • integration: Handle nodered:loaded event from when HA loads custom component (072cec7)

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

NewReleases is sending notifications on new releases.