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

Needs a version key for Home Assistant By v2021.6 #43

Closed
zanix opened this issue Apr 15, 2021 · 2 comments · Fixed by #44
Closed

Needs a version key for Home Assistant By v2021.6 #43

zanix opened this issue Apr 15, 2021 · 2 comments · Fixed by #44

Comments

@zanix
Copy link
Collaborator

zanix commented Apr 15, 2021

Home assistant is requiring a version key in the manifest.json file of all custom components by version ​2021.6.

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

To keep Home assistant quiet I just added the date of the last git commit

{
    "domain": "dreamscreen",
    "name": "DreamScreen",
    "documentation": "https://github.com/GregoryDosh/Home-Assistant-DreamScreen-Service",
    "dependencies": [],
    "codeowners": ["https://github.com/GregoryDosh"],
    "requirements": ["PyDreamScreen>=0.0.14"],
    "version": "2020.8.5"
  }
@J3n50m4t
Copy link
Owner

Feel free to Create a pr

@zanix
Copy link
Collaborator Author

zanix commented Apr 16, 2021

Done!

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 a pull request may close this issue.

2 participants