diff --git a/README.md b/README.md index a8aa594..bdfed0b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## Jackery – Home Assistant Energy Monitoring Integration [![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/hacs/integration) -[![GitHub Release](https://img.shields.io/github/release/suyulin/jackery.svg)](https://github.com/suyulin/jackery/releases) -[![License](https://img.shields.io/github/license/suyulin/jackery.svg)](LICENSE) +[![GitHub Release](https://img.shields.io/github/release/ht-it-lab/jackery.svg)](https://github.com/ht-it-lab/jackery/releases) +[![License](https://img.shields.io/github/license/ht-it-lab/jackery.svg)](LICENSE) > **⚠️ Beta Stage**: This integration is currently in Beta testing phase and may be unstable. Please use with caution and report any issues. diff --git a/custom_components/jackery/manifest.json b/custom_components/jackery/manifest.json index 6daa330..f2098af 100644 --- a/custom_components/jackery/manifest.json +++ b/custom_components/jackery/manifest.json @@ -2,14 +2,14 @@ "domain": "jackery", "name": "Jackery", "codeowners": [ - "@suyulin" + "@ht-it-lab" ], "config_flow": true, "dependencies": [ "mqtt" ], - "documentation": "https://github.com/suyulin/jackery", - "issue_tracker": "https://github.com/suyulin/jackery/issues", + "documentation": "https://github.com/ht-it-lab/jackery", + "issue_tracker": "https://github.com/ht-it-lab/jackery/issues", "iot_class": "local_push", "version": "1.1.62" } \ No newline at end of file diff --git a/prepare_release.sh b/prepare_release.sh index fe16a7e..8110b76 100755 --- a/prepare_release.sh +++ b/prepare_release.sh @@ -167,7 +167,7 @@ fi if [ "$RELEASE_CREATED" = false ]; then echo "📋 下一步操作 (手动发布):" echo "1. 访问 GitHub 创建 Release:" - echo " https://github.com/suyulin/jackery/releases/new?tag=$TAG_NAME" + echo " https://github.com/ht-it-lab/jackery/releases/new?tag=$TAG_NAME" echo "" echo "2. 如果尚未安装,推荐安装 GitHub CLI (gh) 以便下次自动发布。" fi