|
发表于 2023-4-13 18:40:16
|
显示全部楼层
.homeassistant/custom_components/jike_gateway_ac/manifest.json 内容换成下面这个
重启 HA 应该就好了
{
"domain": "jike_gateway_ac",
"name": "JiKe GateWay AC",
"documentation": "https://github.com/xz0609/JiKe_GateWay_AC_HA",
"version": "0.0.0",
"dependencies": [],
"codeowners": ["@xz0609"],
"requirements": ["requests","js2py"]
} |
|