2025-05-12 09:48:48 +08:00
|
|
|
# hass-tencentcloud-asr
|
|
|
|
|
|
2025-05-12 10:22:55 +08:00
|
|
|
腾讯云语音识别服务 homeassistant stt集成
|
2025-05-12 09:48:48 +08:00
|
|
|
|
2025-05-18 21:54:54 +08:00
|
|
|
[![GitHub release][releases-shield]][releases]
|
|
|
|
|
[![Github downloads][downloads-shield]][releases]
|
|
|
|
|
[![HACS][hacs-shield]][hacs]
|
|
|
|
|
|
2025-05-12 09:48:48 +08:00
|
|
|
## 安装
|
|
|
|
|
|
|
|
|
|
- 腾讯云上开通[语音识别服务](https://cloud.tencent.com/product/asr),获取SecretId 和 SecretKey
|
|
|
|
|
- HACS -> 集成 -> 右上解选项 -> 自定义存储库
|
|
|
|
|
- 存储库: https://github.com/chliny/hass-tencentcloud-asr
|
|
|
|
|
- 类别: 集成
|
2025-05-12 10:06:03 +08:00
|
|
|
- 浏览并下载存储库 -> 搜索 TencentCloud ASR 并下载
|
2025-05-12 10:22:55 +08:00
|
|
|
- 重启homeassistant
|
|
|
|
|
- homeassistant 添加集成
|
2025-05-12 10:06:03 +08:00
|
|
|
- 设置 -> 设备与服务 -> 添加集成 -> 搜索 TencentCloud ASR -> 填入腾讯云API密钥和Secret
|
2025-05-12 09:48:48 +08:00
|
|
|
- 提交后稍等片刻,即可看到`tencentcloud_asr`实体
|
2025-05-12 10:19:16 +08:00
|
|
|
|
2025-05-12 10:22:55 +08:00
|
|
|
## 支持模型
|
2025-05-12 10:19:16 +08:00
|
|
|
|
|
|
|
|
| 模型 | 说明 |
|
|
|
|
|
|------|------|
|
|
|
|
|
|16k_zh| 中文通用|
|
|
|
|
|
|16k_zh-PY|中英粤|
|
|
|
|
|
|16k_en|英语|
|
|
|
|
|
|16k_yue|粤语|
|
2025-05-12 10:20:57 +08:00
|
|
|
|16k_zh_dialect|多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话)|
|
2025-05-12 10:19:16 +08:00
|
|
|
|
2025-05-12 10:19:54 +08:00
|
|
|
- 更多模型详细说明,请参考[腾讯云文档](https://cloud.tencent.com/document/product/1093/35646)
|
2025-05-12 10:20:57 +08:00
|
|
|
- 默认模型: `16k_zh`
|
2025-05-12 10:19:16 +08:00
|
|
|
|
2025-05-18 21:54:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[releases-shield]: https://img.shields.io/github/v/release/chliny/hass-tencentcloud-asr?style=flat-square
|
|
|
|
|
[downloads-shield]: https://img.shields.io/github/downloads/chliny/hass-tencentcloud-asr/total?style=flat-square
|
|
|
|
|
[releases]: https://github.com/chliny/hass-tencentcloud-asr/releases
|
|
|
|
|
[hacs-shield]: https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=flat-square
|
|
|
|
|
[hacs]: https://github.com/hacs/integration
|