ha_strava icon indicating copy to clipboard operation
ha_strava copied to clipboard

Requirements in manifest.json

Open badguy99 opened this issue 4 years ago • 0 comments

Would it be possible to change the requirements in the manifest.json file to be: "requirements": ["aiohttp>=3.6.1", "voluptuous>=0.11.7"],

i.e. >= rather than == as Home Assistant core already includes these packages but at a higher version - https://github.com/home-assistant/core/blob/dev/requirements.txt - so it would save having to install the older versions as well. It seems to work fine like this.

And just as a heads up, a version will be required in the manifest.json soon too - https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions

badguy99 avatar Feb 21 '21 18:02 badguy99