准备发布到 HACS: 修复配置文件和更新文档
This commit is contained in:
@@ -7,7 +7,7 @@ from homeassistant.const import Platform
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DOMAIN = "energy_monitor"
|
||||
DOMAIN = "jackery_home"
|
||||
PLATFORMS = [Platform.SENSOR]
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user