forked from synesthesiam/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
42 lines (42 loc) · 1.06 KB
/
config.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
{
"name": "Snowboy Wake System for Rhasspy",
"slug": "snowboy-rhasspy",
"version": "1.3.0-4",
"description": "Snowboy wake word detection (Kitt.ai) for Rhasspy voice assistant",
"url": "https://github.com/synesthesiam/hassio-addons/tree/master/snowboy",
"startup": "application",
"boot": "auto",
"map": ["share:rw"],
"arch": [
"amd64",
"armhf"
],
"options": {
"host": "localhost",
"port": 1883,
"username": "",
"password": "",
"reconnect": 5,
"site_id": "default",
"wakeword_id": "default",
"model": "snowboy",
"sensitivity": 0.5,
"audio_gain": 1.0
},
"ports": {
"12102/tcp": 12102
},
"schema": {
"host": "str",
"port": "int",
"username": "str",
"password": "str",
"reconnect": "float",
"site_id": "str",
"wakeword_id": "str",
"model": "str",
"sensitivity": "float",
"audio_gain": "float"
},
"webui": "http://[HOST]:[PORT:12102]/"
}