File tree 2 files changed +19
-8
lines changed
custom_components/nodered
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
trigger :
2
- name : Trigger a Node-RED Node
3
- description : >
4
- Trigger a Node-RED node.
5
2
target :
6
3
entity :
7
4
integration : nodered
8
5
domain : switch
9
6
fields :
10
7
output_path :
11
8
default : " 0"
12
- description : Comma separated list of paths to send the message to. Zero is used to send the message to all paths.
13
9
example : " 1,2"
14
10
selector :
15
11
text :
16
12
message :
17
- description : The message object that will be sent to the next node.
18
13
selector :
19
14
object :
Original file line number Diff line number Diff line change 1
1
{
2
2
"config" : {
3
+ "abort" : {
4
+ "single_instance_allowed" : " Already configured. Only a single configuration possible."
5
+ },
3
6
"step" : {
4
7
"user" : {
5
8
"description" : " Do you want to add Node-RED Companion to Home Assistant?"
6
9
}
7
- },
8
- "abort" : {
9
- "single_instance_allowed" : " Already configured. Only a single configuration possible."
10
+ }
11
+ },
12
+ "services" : {
13
+ "trigger" : {
14
+ "description" : " Send a message to a Node-RED flow that has been exposed to Home Assistant." ,
15
+ "fields" : {
16
+ "message" : {
17
+ "description" : " The message object that will be sent to the next node." ,
18
+ "name" : " Message"
19
+ },
20
+ "output_path" : {
21
+ "description" : " Comma separated list of paths to send the message to. Zero is used to send the message to all paths." ,
22
+ "name" : " Output Path"
23
+ }
24
+ },
25
+ "name" : " Trigger a Node-RED flow"
10
26
}
11
27
}
12
28
}
You can’t perform that action at this time.
0 commit comments