securitasdirect icon indicating copy to clipboard operation
securitasdirect copied to clipboard

New key needed in manifest file

Open javierabion opened this issue 3 years ago • 1 comments

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'

javierabion avatar Apr 24 '21 08:04 javierabion

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

soth78 avatar Jun 03 '21 12:06 soth78