forked from toverainc/willow-application-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_config.json
45 lines (45 loc) · 1.25 KB
/
default_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
43
44
45
{
"aec": true,
"audio_codec": "PCM",
"audio_response_type": "TTS",
"bss": false,
"command_endpoint": "Home Assistant",
"display_timeout": 10,
"hass_host": "homeassistant.local",
"hass_port": 8123,
"hass_tls": false,
"hass_token": "your_ha_token",
"lcd_brightness": 500,
"mic_gain": 14,
"mqtt_auth_type": "userpw",
"mqtt_host": "your.mqtt.host",
"mqtt_password": "your_mqtt_password",
"mqtt_port": 1883,
"mqtt_tls": false,
"mqtt_topic": "your_mqtt_topic",
"mqtt_username": "your_mqtt_username",
"multiwake": false,
"ntp_config": "Host",
"ntp_host": "pool.ntp.org",
"openhab_token": "your_openhab_token",
"openhab_url": "your_openhab_url",
"record_buffer": 12,
"rest_auth_header": "your_header",
"rest_auth_pass": "your_password",
"rest_auth_type": "None",
"rest_auth_user": "your_username",
"rest_url": "http://your_rest_url",
"show_prereleases": false,
"speaker_volume": 60,
"speech_rec_mode": "WIS",
"stream_timeout": 5,
"timezone": "UTC+5",
"timezone_continent_city": "America/Menominee",
"vad_mode": 2,
"vad_timeout": 300,
"wake_confirmation": false,
"wake_mode": "2CH_95",
"wake_word": "alexa",
"wis_tts_url": "https://infer.tovera.io/api/tts",
"wis_url": "https://infer.tovera.io/api/willow"
}