We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原因: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": [] }
The text was updated successfully, but these errors were encountered:
我的还是不行
Sorry, something went wrong.
No branches or pull requests
原因: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": []
}
The text was updated successfully, but these errors were encountered: