oischinger / ha_vicare

Inofficial Home Assistant custom component for Viessmann ViCare API
61 stars 34 forks source link

Missing Version Number #56

Closed la-sve closed 3 years ago

la-sve commented 3 years ago

While using Home Assistant 2021.9.7, the integration is not been loaded because of a missing version number within the manifest.json.

Error: [homeassistant.loader] The custom integration 'vicare' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/20

Solution would be: Add the attribute "version" to the manifest.json

crazyfx1 commented 3 years ago

Seems like you are not using the newest version. The "version" field was added in july, please update your installation.

crazyfx1 commented 3 years ago

Sorry, my bad, the config_flow branch doesnt have the version key.

oischinger commented 3 years ago

Sorry for that. Must have happened during the sync with the Home assistant PR. The integration for Home Assistant core cannot have a version field while custom components must have the field

oischinger commented 3 years ago

Fixed on the config_flow branch