2 Commits
Author SHA1 Message Date
chliny f1cd7fff72 chore: bump version 2025-05-20 11:39:13 +08:00
chliny 17fb066906 doc: update README badge 2025-05-18 21:54:54 +08:00
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -2,6 +2,10 @@
腾讯云语音识别服务 homeassistant stt集成
[![GitHub release][releases-shield]][releases]
[![Github downloads][downloads-shield]][releases]
[![HACS][hacs-shield]][hacs]
## 安装
- 腾讯云上开通[语音识别服务](https://cloud.tencent.com/product/asr),获取SecretId 和 SecretKey
@@ -27,3 +31,10 @@
- 更多模型详细说明,请参考[腾讯云文档](https://cloud.tencent.com/document/product/1093/35646)
- 默认模型: `16k_zh`
[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
@@ -16,5 +16,5 @@
"loggers": [
"tencentcloud_asr"
],
"version": "0.0.1"
"version": "0.1.1"
}