-
Notifications
You must be signed in to change notification settings - Fork 3
/
bp_chores_nightly_reset
102 lines (102 loc) · 2.57 KB
/
bp_chores_nightly_reset
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[{
"id": "8206de55.dde4e",
"type": "api-call-service",
"z": "db5ecb86.01c658",
"name": "Clear Sydney Chores",
"server": "bea6337e.54ee7",
"version": 1,
"debugenabled": false,
"service_domain": "input_boolean",
"service": "turn_off",
"entityId": "input_boolean.sydney_kitty_duties, input_boolean.sydney_empty_dishwasher, input_boolean.sydney_5min_pickup",
"data": "",
"dataType": "json",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 1060,
"y": 345,
"wires": [
[]
]
}, {
"id": "4525c386.e739cc",
"type": "api-call-service",
"z": "db5ecb86.01c658",
"name": "Clear Carson Chores",
"server": "bea6337e.54ee7",
"version": 1,
"debugenabled": false,
"service_domain": "input_boolean",
"service": "turn_off",
"entityId": "input_boolean.carson_clean_up_dishes, input_boolean.carson_get_dressed, input_boolean.carson_pick_up_cloths, input_boolean.carson_organize_desk",
"data": "",
"dataType": "json",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 1058,
"y": 396,
"wires": [
[]
]
}, {
"id": "b19c88ed.ce50e8",
"type": "eztimer",
"z": "db5ecb86.01c658",
"name": "Reset @Midnight",
"debug": false,
"autoname": "00:00:00",
"tag": "eztimer",
"suspended": false,
"sendEventsOnSuspend": false,
"lat": "37.33259",
"lon": "-121.88989",
"timerType": "2",
"startupMessage": false,
"ontype": "2",
"ontimesun": "dawn",
"ontimetod": "00:00:00",
"onpropertytype": "msg",
"onproperty": "payload",
"onvaluetype": "str",
"onvalue": "off",
"onoffset": 0,
"onrandomoffset": 0,
"onsuppressrepeats": false,
"offtype": "1",
"offtimesun": "dusk",
"offtimetod": "dusk",
"offduration": "00:01:00",
"offpropertytype": "msg",
"offproperty": "payload",
"offvaluetype": "num",
"offvalue": 0,
"offoffset": 0,
"offrandomoffset": 0,
"offsuppressrepeats": false,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"sun": true,
"x": 827,
"y": 372,
"wires": [
["4525c386.e739cc", "8206de55.dde4e"]
]
}, {
"id": "bea6337e.54ee7",
"type": "server",
"name": "Home Assistant",
"legacy": false,
"addon": false,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true
}]