forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ios.yaml
102 lines (101 loc) · 2.86 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
actions:
- name: Temperature report
background_color: "#000000"
label:
text: Report
color: "#ff0000"
icon:
icon: temperature-fahrenheit
color: "#ffffff"
- name: Set lights
background_color: "#000000"
label:
text: Set lights
color: "#ff0000"
icon:
icon: lamp
color: "#ffffff"
- name: Set network
background_color: "#000000"
label:
text: Set network
color: "#ff0000"
icon:
icon: router-wireless-settings
color: "#ffffff"
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'
# Apple Watch
- name: Set lights
identifier: set_lights
actions:
- identifier: MASTER
title: Master
- identifier: LIVING_ROOM
title: Living room
- identifier: KITCHEN
title: Kitchen
- name: Light options
identifier: light_options
actions:
- identifier: "OFF"
title: "Off"
- identifier: "ON"
title: "On"
- name: Set network
identifier: set_network
actions:
- identifier: RISHAANFIREHD
title: Rishaan FireHD
- identifier: ARNAV_IPAD
title: Arnav iPad
- identifier: LENOVO
title: Lenovo
- identifier: TOSHIBA_AIO
title: ToshibaAIO
- identifier: SAMMY_TV
title: Sammy TV
- identifier: PIHOLE_MAIN
title: PiHole Main
- identifier: PIHOLE_KIDS
title: PiHole Kids
- name: Device options
identifier: device_options
actions:
- identifier: "OFF"
title: "Off"
- identifier: "ON"
title: "On"