forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathios.yaml
36 lines (35 loc) · 1.13 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
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'
- name: Home Automation
identifier: 'home_automation'
actions:
- identifier: 'ENABLE_HOME_AUTOMATION'
title: 'Enable Home Automation'
activationMode: 'background'
authenticationRequired: no
destructive: yes
behavior: 'default'