Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【已解决】日志显示 Integration not found ccm15 #13

Open
flying-hou opened this issue Jul 25, 2021 · 1 comment
Open

【已解决】日志显示 Integration not found ccm15 #13

flying-hou opened this issue Jul 25, 2021 · 1 comment

Comments

@flying-hou
Copy link

原因:HA从2021.6版本之后,自定义组件的manifest.json必须包含version字段
The version key is required from Home Assistant version 2021.6
解决方法:将原始manifest.json加入一条"version": "1.0.0",即可:
{
"domain": "ccm15",
"name": "ccm15",
"version": "1.0.0",
"documentation": "https://github.com/houselabs/home-assistant-mideaccm",
"requirements": [
"xmltodict==0.11.0"
],
"dependencies": [],
"codeowners": []
}

@lighu36
Copy link

lighu36 commented Oct 2, 2021

我的还是不行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants