-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts.yaml
173 lines (172 loc) · 3.73 KB
/
scripts.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
ap_auto:
alias: Air Purifier Auto
icon: mdi:air-purifier
sequence:
- service: fan.set_preset_mode
entity_id: fan.air_purifier_2
data:
preset_mode: Auto
ap_medium:
alias: Air Purifier Medium
icon: mdi:air-purifier
sequence:
- service: xiaomi_miio.fan_set_favorite_level
entity_id: fan.air_purifier_2
data:
level: 7
- service: fan.set_preset_mode
entity_id: fan.air_purifier_2
data:
preset_mode: Favorite
ap_max:
alias: Air Purifier Max
icon: mdi:air-purifier
sequence:
- service: xiaomi_miio.fan_set_favorite_level
entity_id: fan.air_purifier_2
data:
level: 14
- service: fan.set_preset_mode
entity_id: fan.air_purifier_2
data:
preset_mode: Favorite
tv_power:
alias: TV power
icon: mdi:power
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_power'
tv_input:
alias: TV input
icon: mdi:video-input-hdmi
mode: parallel
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_input'
tv_volume_up:
alias: TV volume up
icon: mdi:volume-plus
mode: parallel
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_volume_up'
tv_volume_down:
alias: TV volume down
icon: mdi:volume-minus
mode: parallel
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_volume_down'
tv_mute:
alias: TV mute
icon: mdi:volume-mute
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_mute'
tv_channel_next:
alias: TV next channel
icon: mdi:skip-next-circle
mode: parallel
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_channel_next'
tv_channel_prev:
alias: TV previous channel
icon: mdi:skip-previous-circle
mode: parallel
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_channel_prev'
tv_menu:
alias: TV menu
icon: mdi:menu
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_menu'
tv_enter:
alias: TV enter
icon: mdi:location-enter
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_enter'
tv_arrow_up:
alias: TV arrow up
icon: mdi:arrow-up-bold-circle
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_arrow_up'
tv_arrow_down:
alias: TV arrow down
icon: mdi:arrow-down-bold-circle
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_arrow_down'
tv_arrow_left:
alias: TV arrow left
icon: mdi:arrow-left-bold-circle
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_arrow_left'
tv_arrow_right:
alias: TV arrow right
icon: mdi:arrow-right-bold-circle
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_arrow_right'
tv_return:
alias: TV return
icon: mdi:location-exit
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_return'
tv_exit:
alias: TV exit
icon: mdi:exit-to-app
sequence:
- service: remote.send_command
entity_id: 'remote.remote'
data:
command:
- 'tv_exit'