forked from OHF-Voice/intents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcover_HassTurnOff.yaml
More file actions
44 lines (44 loc) · 1 KB
/
cover_HassTurnOff.yaml
File metadata and controls
44 lines (44 loc) · 1 KB
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
language: uk
tests:
- sentences:
- закрий двері у гаража
intent:
name: HassTurnOff
slots:
device_class: garage
domain: cover
response: garage закрито
- sentences:
- закрий гаражні двері
intent:
name: HassTurnOff
slots:
device_class: garage
domain: cover
response: garage закрито
- sentences:
- закрий всі вікно в кухня
intent:
name: HassTurnOff
slots:
area: Кухня
device_class:
- blind
- curtain
- shutter
- window
domain: cover
response: кухня відкрито
- sentences:
- закрий в кухня всі вікно
intent:
name: HassTurnOff
slots:
area: Кухня
device_class:
- blind
- curtain
- shutter
- window
domain: cover
response: кухня відкрито