ppanagiotis / pymusiccast

Group MusicCast Speakers with Home Assistant
MIT License
37 stars 8 forks source link

No 'version' key in the manifest file for custom integration 'musiccast_yamaha'. #21

Closed str2der closed 3 years ago

str2der commented 3 years ago

Get this message in the log when starting up HA:

No 'version' key in the manifest file for custom integration 'musiccast_yamaha'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'musiccast_yamaha'

str2der commented 3 years ago

I'm very far from a developer, but editing the manifest.json file by adding the version fixed the issue for me:

{ "domain": "musiccast_yamaha", "name": "MusicCast Yamaha", "version": "0.4", "documentation": "https://github.com/ppanagiotis/pymusiccast", "issue_tracker": "https://github.com/ppanagiotis/pymusiccast/issues", "manifest": "https://raw.githubusercontent.com/ppanagiotis/pymusiccast/master/custom_components/musiccast_yamaha/manifest.json", "requirements": ["pymusiccast==0.1.6"], "codeowners": ["@ppanagiotis"] }

ppanagiotis commented 3 years ago

Update the version and add the version key at manifest.json. Thank you!!