-
Notifications
You must be signed in to change notification settings - Fork 155
/
ios.yaml
197 lines (172 loc) · 5.48 KB
/
ios.yaml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
#################################################################
## iOS Actions
#################################################################
actions:
#################################################################
## Bedtime
#################################################################
- name: Bedtime
background_color: "#ffffff"
label:
text: "Bedtime"
color: "#000000"
icon:
icon: bed
color: "#46A7F3"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true
#################################################################
## Disarm Alarm
#################################################################
- name: Disarm Alarm
background_color: "#ffffff"
label:
text: "Disable Alarm"
color: "#000000"
icon:
icon: shield_home
color: "#ff0000"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Toggle Fireplace
#################################################################
- name: Toggle Fireplace
background_color: "#ffffff"
label:
text: "Fireplace"
color: "#000000"
icon:
icon: fire
color: "#FFA500"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true
#################################################################
## Toggle Garage Door
#################################################################
- name: Toggle Garage Door
background_color: "#ffffff"
label:
text: "Garage"
color: "#000000"
icon:
icon: garage
color: "#8E6EC6"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Unlock Front Door
#################################################################
- name: Unlock Front Door
background_color: "#ffffff"
label:
text: "Unlock Front Door"
color: "#000000"
icon:
icon: lock-open
color: "#ff0000"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Unlock Back Door
#################################################################
- name: Unlock Back Door
background_color: "#ffffff"
label:
text: "Back Door"
color: "#000000"
icon:
icon: lock-open
color: "#ff0000"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Unlock Basement Door
#################################################################
- name: Unlock Basement Door
background_color: "#ffffff"
label:
text: "Basement Door"
color: "#000000"
icon:
icon: lock-open
color: "#ff0000"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Lock Doors
#################################################################
- name: Lock Doors
background_color: "#ffffff"
label:
text: "Lock Doors"
color: "#000000"
icon:
icon: lock
color: "#61AC51"
show_in_carplay: true
show_in_watch: true
use_custom_colors: true
#################################################################
## Toggle Living Room Fans
#################################################################
- name: Toggle Living Room Fans
background_color: "#ffffff"
label:
text: "Fans On/Off"
color: "#000000"
icon:
icon: fan
color: "#4DB9D3"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true
#################################################################
## Living Room Fans Increase Speed
#################################################################
- name: Living Room Fans Increase Speed
background_color: "#ffffff"
label:
text: "Fans Up"
color: "#000000"
icon:
icon: fan-chevron-up
color: "#4DB9D3"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true
#################################################################
## Living Room Fans Decrease Speed
#################################################################
- name: Living Room Fans Decrease Speed
background_color: "#ffffff"
label:
text: "Fans Down"
color: "#000000"
icon:
icon: fan-chevron-down
color: "#4DB9D3"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true
#################################################################
## Party Mode
#################################################################
- name: Party Mode
background_color: "#ffffff"
label:
text: "Party Mode"
color: "#000000"
icon:
icon: party-popper
color: "#a83295"
show_in_carplay: false
show_in_watch: true
use_custom_colors: true