v0.20.0
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