1. Fix the issue of duplicate entity names;
2. Fix the issue of some entities being unavailable;
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
## Jackery – Home Assistant Energy Monitoring Integration
|
## Jackery – Home Assistant Energy Monitoring Integration
|
||||||
|
|
||||||
[](https://github.com/hacs/integration)
|
[](https://github.com/hacs/integration)
|
||||||
[](https://github.com/suyulin/jackery/releases)
|
[](https://github.com/ht-it-lab/jackery/releases)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
> **⚠️ Beta Stage**: This integration is currently in Beta testing phase and may be unstable. Please use with caution and report any issues.
|
> **⚠️ Beta Stage**: This integration is currently in Beta testing phase and may be unstable. Please use with caution and report any issues.
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
"domain": "jackery",
|
"domain": "jackery",
|
||||||
"name": "Jackery",
|
"name": "Jackery",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@suyulin"
|
"@ht-it-lab"
|
||||||
],
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"mqtt"
|
"mqtt"
|
||||||
],
|
],
|
||||||
"documentation": "https://github.com/suyulin/jackery",
|
"documentation": "https://github.com/ht-it-lab/jackery",
|
||||||
"issue_tracker": "https://github.com/suyulin/jackery/issues",
|
"issue_tracker": "https://github.com/ht-it-lab/jackery/issues",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"version": "1.1.62"
|
"version": "1.1.62"
|
||||||
}
|
}
|
||||||
@@ -167,7 +167,7 @@ fi
|
|||||||
if [ "$RELEASE_CREATED" = false ]; then
|
if [ "$RELEASE_CREATED" = false ]; then
|
||||||
echo "📋 下一步操作 (手动发布):"
|
echo "📋 下一步操作 (手动发布):"
|
||||||
echo "1. 访问 GitHub 创建 Release:"
|
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 ""
|
||||||
echo "2. 如果尚未安装,推荐安装 GitHub CLI (gh) 以便下次自动发布。"
|
echo "2. 如果尚未安装,推荐安装 GitHub CLI (gh) 以便下次自动发布。"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user