sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
96 stars 29 forks source link

Integration fails to update to HA Core core-2021.6.1 #127

Closed 35aportal closed 3 years ago

35aportal commented 3 years ago

An integration previously working under core-2021.5 fails on upgrade to core-2021.6.1.

Initially a notificaton that 'setup.py' is not found is displayed.

Reinstalling the integration results in 'Component error: indego - Integration 'indego' not found.' error when preforming a configuration validation.

goegsig commented 3 years ago

I have same issue

Docromano commented 3 years ago

Same here. Log tells me

2021-06-04 21:44:03 ERROR (SyncWorker_0) [homeassistant.loader] The custom integration 'indego' 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

Shamshala commented 3 years ago

Guys, try this.

35aportal commented 3 years ago

I added "version": "3.7", to /config/custom_components/indego/manifest.json and after a restart, the integration is working again - thanks Shamshala for your help.