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

New key needed in manifest file #31

Open
javierabion opened this issue Apr 24, 2021 · 1 comment
Open

New key needed in manifest file #31

javierabion opened this issue Apr 24, 2021 · 1 comment

Comments

@javierabion
Copy link

This is a warning shown in Home Assistant 2021.4.6. The integration will not load in future versions of Home Assistant

WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'securitas_direct'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'securitas_direct'

@soth78
Copy link

soth78 commented Jun 3, 2021

The issue is because of this i think: https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions

To solve (workaround):

  • Comment the lines from securitas_direct on you configuration.yaml file
  • on /config/custom_components/securitas_direct/manifest.jons, just after "issue_tracker" add a new line with this:
    "version":"1.0.0",
  • Restart the core
  • Uncomment the lines from configuration.yaml
  • Restart the core

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