-
Notifications
You must be signed in to change notification settings - Fork 30
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
Future HA Needs Version Number #5
Comments
I just started getting the same message. Any way to fix this? `Logger: homeassistant.loader No 'version' key in the manifest file for custom integration 'dewpoint'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'dewpoint' ` |
You can add a version number to the manifest file (2nd last line here):
The file is located here Note the coma after requirements too. |
I've created a pull request to fix this but the repository may be abandoned. |
Given that @miguelangel-nubla seems to be MIA and this integration is now broken on the current HA, I forked the repository and made the minimal change. |
Wouldn't it make sense to use your repository for HACS etc. then, @ehn ? I mean, if @miguelangel-nubla really has abandoned the project, it would certainly be needed to be removed from HACS and the documentation should be changed to point to your fork, shouldn't it? |
Sure, if people want to use it, I'll update the docs etc accordingly. |
Updated the documentation, manifest etc to reflect the new location. Bumped the version in the manifest from 0.0.0 to 0.0.1. After a while, the update showed up in HACS, though it seems to be using the commit numbers as version identifiers rather than what's in the manifest file:
|
Created a version on GitHub. Now it looks a bit nicer in HACS. |
And just to be clear so as not to step on anyone's toes, I'm not trying to co-opt this project. Very happy if @miguelangel-nubla wants to keep maintaining it. Just created the fork for my own use and made it public so that not every user has to do the same thing to keep using the component. |
your effort is much appreciated! |
I just installed your dewpoint calculator and get the attached message "No 'version' key in the manifest file for custom integration 'dewpoint'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'dewpoint'"
The text was updated successfully, but these errors were encountered: