From 6cba77700d721a40843c3cfccc88ae774d7b8fba Mon Sep 17 00:00:00 2001 From: chliny Date: Mon, 12 May 2025 10:06:03 +0800 Subject: [PATCH] chore: udpate name --- README.md | 4 ++-- hacs.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33e9c03..c0c580e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ - HACS -> 集成 -> 右上解选项 -> 自定义存储库 - 存储库: https://github.com/chliny/hass-tencentcloud-asr - 类别: 集成 -- 浏览并下载存储库 -> 搜索 Tencent Cloud ASR 并下载 +- 浏览并下载存储库 -> 搜索 TencentCloud ASR 并下载 - 重启Homeassistant - Homeassistant 添加集成 - - 设置 -> 设备与服务 -> 添加集成 -> 搜索 Tencent Cloud ASR -> 填入腾讯云API密钥和Secret + - 设置 -> 设备与服务 -> 添加集成 -> 搜索 TencentCloud ASR -> 填入腾讯云API密钥和Secret - 提交后稍等片刻,即可看到`tencentcloud_asr`实体 diff --git a/hacs.json b/hacs.json index d693487..c43d983 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "TencentCloud Asr", + "name": "TencentCloud ASR", "domains": [ "tencentcloud_asr" ],