heyajohnny / cryptoinfo

Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko
GNU General Public License v3.0
48 stars 13 forks source link

Version key in manifest.json #11

Closed stnokott closed 3 years ago

stnokott commented 3 years ago

As of Home Assistant Core 2021.3, every custom integration requires a "version" key in the manifest.json file. See merged PR and official breaking changes.

If no "version" key is found, the OS throws a warning stating:

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

heyajohnny commented 3 years ago

Thanks for pointing it out. I've just added a version number to the manifest.json and it should now work without a warning. Please let me know if this fixes the warning

stnokott commented 3 years ago

Yes, issue is fixed. Thanks for the quick fix.