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 #16

Closed
SupremeSports opened this issue Apr 9, 2021 · 9 comments
Closed

No 'version' key in the manifest file #16

SupremeSports opened this issue Apr 9, 2021 · 9 comments

Comments

@SupremeSports
Copy link

Getting this warning:

2021-04-08 21:10:54 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'clean_up_snapshots_service'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'clean_up_snapshots_service'
@tmonck
Copy link
Owner

tmonck commented Jun 1, 2021

Just released a new version 0.8. Sorry it took me so long to get to this. Please let me know if the issue isn't resolved.

@gateriderz
Copy link

I think there's a typo in the manifest.json file.
There should be "comma" instead of "period"

"requirements": [],

@jamespreedy
Copy link

Interestingly, I changed that period to a comma, and I still get the below on reboot.

<Integration tmonck/clean_up_snapshots> Could not read manifest.json [Expecting ',' delimiter: line 7 column 23 (char 222)]

@inverse
Copy link
Contributor

inverse commented Jun 2, 2021

Changing it to a , fixed it for me.

@jamespreedy
Copy link

Thats odd, I changed mine so it looked like the below.

Screenshot 2021-06-02 at 9 04 25 pm

but I still get this on boot.

Screenshot 2021-06-02 at 9 04 50 pm

Was there a cache or anything you had to clear?

@inverse
Copy link
Contributor

inverse commented Jun 2, 2021

I did remove and reinstall from HACS between manually modifying. Aside that just a restart of system (not the host).

@tmonck
Copy link
Owner

tmonck commented Jun 2, 2021 via email

@inverse
Copy link
Contributor

inverse commented Jun 2, 2021

@tmonck fixed in #19

@tmonck
Copy link
Owner

tmonck commented Jun 2, 2021

Thanks @inverse. Just created a new release 0.8.1.

@tmonck tmonck closed this as completed Jun 2, 2021
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

5 participants