forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathios.yaml
132 lines (131 loc) · 4.31 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
#################################################################
## iOS App Configs
#################################################################
push:
categories:
- name: Alarm
identifier: 'alarm'
actions:
- identifier: 'SOUND_ALARM'
title: 'Trigger Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'SILENCE_ALARM'
title: 'Disable Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Disable Alarm
identifier: 'disablealarm'
actions:
- identifier: 'DISABLE_ALARM'
title: 'Disable Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Enable Alarm
identifier: 'enablealarm'
actions:
- identifier: 'ENABLE_ALARM'
title: 'Enable Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Locks
identifier: 'locks'
actions:
- identifier: 'UNLOCK_DOORS'
title: 'Unlock Doors'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'LOCK_DOORS'
title: 'Lock Doors'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Front Door Lock
identifier: 'frontdoorlock'
actions:
- identifier: 'FRONT_DOOR_UNLOCK'
title: 'Unlock Front Door'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Garage
identifier: 'garage'
actions:
- identifier: 'CLOSE_GARAGE'
title: 'Close Garage'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'OPEN_GARAGE'
title: 'Open Garage'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Fireplace
identifier: 'fireplace'
actions:
- identifier: 'FIREPLACE_OFF'
title: 'Turn Off Fireplace'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Smoke Alarm
identifier: 'smokealarm'
actions:
- identifier: 'SMOKEALARM_OFF'
title: 'Disable Smoke Alarm (HA Only)'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Washing Machine
identifier: 'washingmachineswitch'
actions:
- identifier: 'WASHINGMACHINE_TURN_ON_SWITCH'
title: 'Turn Washing Machine Switch On'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Dryer
identifier: 'dryerswitch'
actions:
- identifier: 'DRYER_TURN_ON_SWITCH'
title: 'Turn Dryer Switch On'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Washing Machine Lights
identifier: 'washingmachinedonelights'
actions:
- identifier: 'WASHINGMACHINE_DONE_LIGHTS'
title: 'Turn on Basement Lights'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Siren
identifier: 'siren'
actions:
- identifier: 'SIREN'
title: 'Turn off Siren'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'