修复HACS验证问题并更新版本至v1.0.2
- 移除hacs.json中不允许的domains字段 - 更新版本号至1.0.2 - 修复HACS验证错误
This commit is contained in:
@@ -14,5 +14,5 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"paho-mqtt>=1.6.0"
|
"paho-mqtt>=1.6.0"
|
||||||
],
|
],
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
@@ -2,9 +2,6 @@
|
|||||||
"name": "JackeryHome",
|
"name": "JackeryHome",
|
||||||
"content_in_root": false,
|
"content_in_root": false,
|
||||||
"render_readme": true,
|
"render_readme": true,
|
||||||
"domains": [
|
|
||||||
"jackery_home"
|
|
||||||
],
|
|
||||||
"iot_class": "Local Push",
|
"iot_class": "Local Push",
|
||||||
"homeassistant": "2024.1.0"
|
"homeassistant": "2024.1.0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user