-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetting-example.yaml
65 lines (51 loc) · 1.7 KB
/
setting-example.yaml
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
profile:
myname: "Kim"
city: "南京市"
timezone: "Asia/Shanghai"
custom:
# 自定义唤醒热词存放路径,建议不要使用太多的热词模型,防止误唤醒
hotwords: '~/.kim/hotwords'
# 自动以插件存放路径
plugins: '~/.kim/plugins'
dingtalk:
enable: true
robot_token: "b1328efc9565fe32f5224a4329a48c8702dd13a65ac9a90a7da2f450e7b7a335"
# 远端控制服务
remote_control_service:
enable: true
passwd: "123456" # Web端密码
api_token: "9DSU9987jK" # a-zA-z0-9 不b要使用符号
aliyun:
# 阿里云账号AK,(建议使用子账号,并赋予函数计算、IOT权限、表格存储权限)
ak_id: "" # <填写你的阿里云AccessKeyID>
ak_secret: "" # <填写你的阿里云AccessKeySecret>
api_market: # 云市场
appcode: "" # <填写你的APPCode>
iothub: # 物联网IoThub
product_name: "kim_voice_assistant"
product_key: "ThDzMyXaLLD"
device_name: "kim001"
device_secret: "wooAemwLd1c0atkHoBYrrb1NRwO3sGjT"
tablestore: # 表格存储
endpoint: "https://kim-project.cn-hangzhou.ots.aliyuncs.com"
instance: "kim-project"
table: "conversations"
chatbot:
enable: true
region: "cn-shanghai"
instance: "chatbot-cn-v0h0g51gf00090"
fc: # 函数计算
endpoint: "https://1435638266713387.cn-hangzhou.fc.aliyuncs.com"
service_name: "kim_project"
hass: # 配置 HA
enable: true
connection:
ip: 127.0.0.1
passwd: kim-project-a8df78a9df
entities:
light:
gateway_light: light.gateway_light_7811dcb790a4
sensor:
humidity: sensor.humidity_158d0002229ec1
illumination: sensor.illumination_7811dcb790a4
temperature: sensor.temperature_158d0002229ec1