准备发布到 HACS: 修复配置文件和更新文档

This commit is contained in:
不求圣剑
2025-10-14 10:46:10 +08:00
parent 3f698d6e16
commit 7f5b5492ca
6 changed files with 216 additions and 13 deletions

View File

@@ -74,14 +74,14 @@ echo "✅ 准备完成!"
echo ""
echo "📋 下一步操作:"
echo "1. 访问 GitHub 创建 Release:"
echo " https://github.com/suyulin/home-assistant-demo-mqtt/releases/new?tag=$TAG_NAME"
echo " https://github.com/suyulin/jackery_home/releases/new?tag=$TAG_NAME"
echo ""
echo "2. 或者使用以下命令创建 Release (需要 gh CLI):"
echo " gh release create $TAG_NAME --title \"$TAG_NAME\" --notes \"Release $TAG_NAME\""
echo ""
echo "3. 用户可以通过以下方式添加到 HACS:"
echo " - 在 HACS 中添加自定义存储库"
echo " - URL: https://github.com/suyulin/home-assistant-demo-mqtt"
echo " - URL: https://github.com/suyulin/jackery_home"
echo " - 类别: Integration"
echo ""
echo "4. 查看完整发布指南:"