You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: