realthk / asyncpioneer

Async Pioneer AVR for Home Assitant
27 stars 24 forks source link

Home Assistant Custom Integration Changes #23

Closed c3r63ru5 closed 3 years ago

c3r63ru5 commented 3 years ago

Hey,

spotted some error in ha logs after upgrading: ERROR (SyncWorker_2) [homeassistant.loader] The custom integration 'pioneer' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions

manifest.json needs the "Version" key, so adding "version": "1.0", solves the issue, otherwise HA refuses to load the extension.

Cheers, Sebastian

realthk commented 3 years ago

Yes, that's why it's in the manifest.json

c3r63ru5 commented 3 years ago

I could have pulled the latest instead of fixing my old version. Thanks!