forked from SCratORS/SmartIntercom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_text.yaml
More file actions
41 lines (40 loc) · 1.38 KB
/
input_text.yaml
File metadata and controls
41 lines (40 loc) · 1.38 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
#############################################
# Заметка: #
# Добавь в configuration.yaml #
# input_text: !include input_text.yaml #
#############################################
smartintercom_user_no_connect_link:
name: 'Ссылка на аудио файл "Абонент не доступен"'
icon: mdi:file-music
min: 2
max: 100
pattern: (/\w|http://).*(\.mp3|\.wav)
mode: text
smartintercom_user_no_answer_link:
name: 'Ссылка на аудио файл "Абонент не отвечает"'
icon: mdi:file-music
min: 2
max: 100
pattern: (/\w|http://).*(\.mp3|\.wav)
mode: text
smartintercom_delivery_access_link:
name: 'Ссылка на аудио файл "Доступ для курьера"'
icon: mdi:file-music
min: 2
max: 100
pattern: (/\w|http://).*(\.mp3|\.wav)
mode: text
smartintercom_user_denied_link:
name: 'Ссылка на аудио файл "Доступ запрещён"'
icon: mdi:file-music
min: 2
max: 100
pattern: (/\w|http://).*(\.mp3|\.wav)
mode: text
smartintercom_user_access_link:
name: 'Ссылка на аудио файл "Доступ разрешен"'
icon: mdi:file-music
min: 2
max: 100
pattern: (/\w|http://).*(\.mp3|\.wav)
mode: text