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

Add "version" to manifest #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j-fuentes
Copy link

Home assistant is logging this warning:

No 'version' key in the manifest file for custom integration 'netgear_enhanced'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'netgear_enhanced'

I think this will fix that.

Home assistant is logging this warning:

> No 'version' key in the manifest file for custom integration 'netgear_enhanced'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'netgear_enhanced'

I think this will fix that.
@JOHLC
Copy link

JOHLC commented Sep 20, 2021

I believe this is exactly what is needed, reference: https://developers.home-assistant.io/docs/creating_integration_manifest/

The version of the integration is required for custom integrations. The version needs to be a valid version recognized by AwesomeVersion like CalVer or SemVer.

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

Successfully merging this pull request may close these issues.

2 participants