nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
168 stars 44 forks source link

Blocked from loading due to missing version key #50

Open tmchow opened 3 years ago

tmchow commented 3 years ago

In logs

2021-06-02 20:38:07 ERROR (SyncWorker_0) [homeassistant.loader] The custom integration 'eufy_security' 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

mydevbox commented 3 years ago

Having the same issue.

Paulus mentioned on the release party stream last night that any value provided for the version key will suffice. So, adding the key and giving it a value of 1 will be okay for now until you decide on what versioning scheme you want to adopt if any.

mydevbox commented 3 years ago

Looks like there is an existing PR from a few weeks ago to address this.

https://github.com/nonsleepr/ha-eufy-security/pull/46

In the meantime, you can update the manifest file on your HA instance to include a version.

add this

"version": "0.3.0",

to here

config/custom_components/eufy_security/manifest.json