ha_strava
ha_strava copied to clipboard
Requirements in manifest.json
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