-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
58 lines (58 loc) · 1.23 KB
/
config.example.json
File metadata and controls
58 lines (58 loc) · 1.23 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"oura": {
"api_token": "YOUR_OURA_API_TOKEN_HERE",
"rhr": 55
},
"bio_feedback": {
"break": {
"enabled": true,
"interval_minutes": 90
}
},
"shisha": {
"ignition_time": 930,
"ventilation_time": 240,
"heat_soak_time": 510,
"calibration_time": 180,
"cruise_time": 3000
},
"audio": {
"enabled": true,
"bgm_enabled": true,
"ambient_enabled": true,
"voice_enabled": false,
"bgm_volume": 0.3,
"ambient_volume": 0.2,
"voice_volume": 0.8,
"duck_ratio": 0.3,
"state_inertia_seconds": 30,
"idle_threshold_sec": 900,
"voice_cooldown_sec": 300
},
"home": {
"hue_ip": "",
"bravia_ip": "",
"bravia_psk": "",
"kirigamine_ip": "",
"kirigamine_bedroom_ip": "",
"switchbot_token": "",
"switchbot_secret": "",
"switchbot_living_device_id": "",
"switchbot_bedroom_device_id": "",
"switchbot_co2_device_id": "",
"sleep_detection_enabled": false,
"sleep_detection_room": "",
"sleep_detection_minutes": 1.0,
"focus_keep_rooms": [],
"hide_zone_members": false
},
"openai": {
"enabled": false,
"api_key": "",
"voice": "nova"
},
"system": {
"volume": 1.0,
"idle_threshold_minutes": 10
}
}