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

No 'version' key in the manifest file #31

Open
desosav opened this issue Mar 4, 2021 · 2 comments
Open

No 'version' key in the manifest file #31

desosav opened this issue Mar 4, 2021 · 2 comments

Comments

@desosav
Copy link

desosav commented Mar 4, 2021

I am getting the following warning after upgrading to homeassistant 2021.3 version
No 'version' key in the manifest file for custom integration 'miio2'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'miio2'

@rob1303-hub
Copy link

Just in case this doesn't get updated, the HA warning can be addressed by editing the /config/custom_components/miio2/manifest.json file and adding a version line and number.

I added "version": "1.0.0", so my manifest.json file now contains:

{
"domain": "miio2",
"name": "Xiaomi miio vacuum STYJ02YM",
"version": "1.0.0",
"documentation": "",
"requirements": [
"construct==2.9.45",
"python-miio==0.5.3"
],
"dependencies": [],
"codeowners": []
}

Hope this helps.

@dolohow
Copy link

dolohow commented Apr 8, 2021

It's fixed in my PR, awaiting approval #34

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

3 participants