准备发布到 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

@@ -7,7 +7,7 @@ from homeassistant.const import Platform
_LOGGER = logging.getLogger(__name__)
DOMAIN = "energy_monitor"
DOMAIN = "jackery_home"
PLATFORMS = [Platform.SENSOR]

View File

@@ -1,6 +1,6 @@
{
"domain": "jackery_home",
"name": "jackery_home",
"name": "JackeryHome",
"codeowners": [
"@suyulin"
],
@@ -8,9 +8,11 @@
"dependencies": [
"mqtt"
],
"documentation": "https://github.com/suyulin/home-assistant-demo-mqtt",
"issue_tracker": "https://github.com/suyulin/home-assistant-demo-mqtt/issues",
"documentation": "https://github.com/suyulin/jackery_home",
"issue_tracker": "https://github.com/suyulin/jackery_home/issues",
"iot_class": "local_push",
"requirements": [],
"requirements": [
"paho-mqtt>=1.6.0"
],
"version": "1.0.0"
}