forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ios.yaml
42 lines (41 loc) · 1.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
push:
categories:
- name: Abode Alarm
identifier: 'abode_alarm'
actions:
- identifier: 'SOUND_ALARM'
title: 'Sound Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'DISARM_ABODE'
title: 'Disarm Abode'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Abode Updates
identifier: 'abode_updates'
actions:
- identifier: 'ENABLE_ABODE_UPDATES'
title: 'Enable Abode Updates'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Garage
identifier: 'garage_event'
actions:
- identifier: 'OPEN_GARAGE'
title: 'Open Garage'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'CLOSE_GARAGE'
title: 'Close Garage'
activationMode: 'background'
authenticationRequired: no
destructive: no
behavior: 'default'