-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
85 lines (85 loc) · 1.95 KB
/
strings.json
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
{
"config": {
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
}
},
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to the Wyoming service provided by the add-on: {addon}?"
},
"zeroconf_confirm": {
"description": "Do you want to configure Home Assistant to connect to the Wyoming service {name}?",
"title": "Discovered Wyoming service"
}
},
"error": {
"cannot_connect": "Failed to connect"
},
"abort": {
"already_configured": "Service is already configured",
"no_services": "No services found at endpoint",
"no_port": "No port for endpoint"
}
},
"entity": {
"binary_sensor": {
"assist_in_progress": {
"name": "Assist in progress"
}
},
"media_player": {
"speaker": {
"name": "Speaker"
}
},
"select": {
"pipeline": {
"name": "Assist pipeline",
"state": {
"preferred": "Preferred"
}
},
"noise_suppression_level": {
"name": "Noise suppression level",
"state": {
"off": "Off",
"low": "Low",
"medium": "Medium",
"high": "High",
"max": "Max"
}
}
},
"switch": {
"mute": {
"name": "Mute"
}
},
"number": {
"auto_gain": {
"name": "Auto gain"
},
"volume_multiplier": {
"name": "Mic volume"
},
"speaker_volume": {
"name": "Speaker volume"
}
}
},
"services": {
"remote_trigger": {
"name": "Remote trigger",
"description": "Remote triggers the satellite and bypass Wake Word detection.",
"fields": {
"question_id": {
"name": "Question ID",
"description": "Question ID to match reply. If supplied satellite will stop at the STT phase"
}
}
}
}
}