-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset-goal-horn.json
74 lines (74 loc) · 1.7 KB
/
reset-goal-horn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"id": "7b9c5749.560938",
"type": "comment",
"z": "de8bfe3.4ac5e",
"name": "Rest Hockey Goal Horn to On",
"info": "",
"x": 160,
"y": 240,
"wires": []
},
{
"id": "80b3d26c.a8d43",
"type": "inject",
"z": "de8bfe3.4ac5e",
"name": "Reset Goal Horn",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "00 09 * * *",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 150,
"y": 300,
"wires": [
[
"e350ad10.03568"
]
]
},
{
"id": "e350ad10.03568",
"type": "api-call-service",
"z": "de8bfe3.4ac5e",
"name": "Re-enable Horn",
"server": "cacdccbf.2b6e9",
"version": 1,
"debugenabled": false,
"service_domain": "input_boolean",
"service": "turn_on",
"entityId": "input_boolean.goal_horn",
"data": "",
"dataType": "jsonata",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 390,
"y": 300,
"wires": [
[]
]
},
{
"id": "cacdccbf.2b6e9",
"type": "server",
"name": "Home Assistant",
"legacy": false,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true
}
]