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 for custom integration 'yeelight_v2' #11

Open
dennyha opened this issue Apr 23, 2021 · 1 comment

Comments

@dennyha
Copy link

dennyha commented Apr 23, 2021

Got this in my logs today. I haven't updated to 2121.6 yet and wanted to warn others as I dont think the integration will work in the latest version.

2021-04-23 14:47:44 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'yeelight_v2'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'yeelight_v2'

@ykmn
Copy link

ykmn commented Jun 8, 2021

Waiting for PR approval.
Meanwhile you may manually add the version key to manifest.json:

{
  "domain": "yeelight_v2",
  "name": "YeelightV2",
  "version": "1.0.0",
  "documentation": "https://www.home-assistant.io/integrations/yeelight",
  "codeowners": [
    "@rytilahti",
    "@zewelor",
    "@shenxn"
  ],
  "config_flow": true
}
`

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