-
-
Notifications
You must be signed in to change notification settings - Fork 713
/
Copy pathservices.yaml
333 lines (322 loc) · 7.16 KB
/
services.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
send_command:
description: Send miio command.
fields:
entity_id:
description: ID of the entity.
example: light.yeelight_living_e92c
required: true
selector:
entity:
integration: xiaomi_miot
method:
description: Method of the command.
example: set_power
required: true
selector:
text:
params:
description: Params for the method.
example: ['on']
required: true
selector:
object:
get_properties:
description: Get miot properties.
fields:
entity_id:
description: ID of the entity.
example: climate.xiaomi_mc5_374e
required: true
selector:
entity:
integration: xiaomi_miot
mapping:
description: Mapping for properties.
example: '[{"siid": 2, "piid": 1}, {"siid": 3, "piid": 1}]'
required: true
selector:
object:
update_entity:
description: Update to entity state attributes.
default: false
example: true
selector:
boolean:
set_property:
description: Set miot property.
fields:
entity_id:
description: ID of the entity.
example: climate.xiaomi_mc5_374e
required: true
selector:
entity:
integration: xiaomi_miot
field:
description: Field of property.
example: air_conditioner.on
required: true
selector:
text:
value:
description: Value of property.
example: true
required: true
selector:
object:
set_miot_property:
description: Set miot property by siid/piid.
fields:
entity_id:
description: ID of the entity.
example: climate.xiaomi_mc5_374e
required: true
selector:
entity:
integration: xiaomi_miot
siid:
description: Miot service ID.
example: 2
required: true
selector:
number:
min: 1
max: 9999
mode: box
piid:
description: Miot property ID.
example: 1
required: true
selector:
number:
min: 1
max: 9999
mode: box
value:
description: Miot property value.
example: true
required: true
selector:
object:
call_action:
description: Call miot action.
fields:
entity_id:
description: ID of the entity.
example: media_player.xiaoai_x08c
required: true
selector:
entity:
integration: xiaomi_miot
siid:
description: Miot service ID.
example: 3
required: true
selector:
number:
min: 1
max: 9999
mode: box
aiid:
description: Miot action ID.
example: 5
required: true
selector:
number:
min: 1
max: 9999
mode: box
params:
description: Miot action params.
example: "['Turn on light', 1]"
selector:
object:
intelligent_speaker:
description: Play text on Xiaoai speaker / Execute text directive / 小爱TTS及执行语音命令
fields:
entity_id:
description: ID of the entity.
example: media_player.xiaoai_x08c
required: true
selector:
entity:
integration: xiaomi_miot
domain: media_player
text:
description: Text content.
example: Turn on light
required: true
selector:
text:
execute:
description: Execute text directive.
default: false
example: true
selector:
boolean:
silent:
description: Silent execution.
default: false
example: false
selector:
boolean:
xiaoai_wakeup:
description: Wake up the Xiaoai speaker / 唤醒小爱音箱
fields:
entity_id:
description: ID of the xiaoai entity.
example: media_player.xiaoai_x08c
required: true
selector:
entity:
integration: xiaomi_miot
domain: media_player
text:
description: Text content for weak up.
example: Livingroom light
selector:
text:
get_device_data:
description: Get xiaomi device data from cloud.
fields:
entity_id:
description: ID of the entity.
example: sensor.xiaomi_lock
required: true
selector:
entity:
integration: xiaomi_miot
type:
description: Data type.
default: prop
example: prop
selector:
select:
options:
- prop
- event
- prop_cal_day
- prop_cal_week
- prop_cal_month
- store
key:
description: Data key.
example: power
required: true
selector:
text:
time_start:
description: From the unix timestamp.
example: 0
selector:
number:
min: 0
max: 9999999999
mode: box
time_end:
description: To the unix timestamp.
example: 0
selector:
number:
min: 0
max: 9999999999
mode: box
limit:
description: Limit of results.
example: 10
selector:
number:
min: 1
max: 2000
mode: box
group:
description: Results grouping.
default: raw
example: raw
selector:
select:
options:
- raw
- hour
- day
- week
- month
renew_devices:
description: Renew xiaomi devices.
fields:
username:
description: Xiaomi Account ID / Email / Phone.
required: false
selector:
text:
get_token:
description: Get xiaomi device token.
fields:
name:
description: Keyword of device name in Mihome / IP / Model.
required: true
selector:
text:
get_bindkey:
description: Get bindkey for ble device from cloud.
fields:
entity_id:
description: ID of the entity.
example: sensor.lywsd03mmc_temperature
required: true
selector:
entity:
integration: xiaomi_miot
did:
description: Xiaomi device ID.
selector:
text:
request_xiaomi_api:
description: Request xiaomi cloud api.
fields:
entity_id:
description: ID of the entity.
example: sensor.xiaomi_device
required: true
selector:
entity:
integration: xiaomi_miot
api:
description: Xiaomi API path.
example: /home/device_list
required: true
selector:
text:
data:
description: Xiaomi API request data.
example: "{'getVirtualModel':true}"
selector:
object:
method:
description: Request method.
default: POST
example: POST
selector:
select:
options:
- POST
- GET
crypt:
description: Crypt data.
default: true
example: true
selector:
boolean:
sid:
description: Xiaomi service ID.
default: xiaomiio
example: xiaomiio
selector:
select:
options:
- label: Mihome API
value: xiaomiio
- label: Xiaoai API
value: micoapi
- label: i.mi.com
value: i.mi.com