forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathios.yaml
27 lines (26 loc) · 840 Bytes
/
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
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: no
destructive: yes
behavior: 'default'