O365-HomeAssistant icon indicating copy to clipboard operation
O365-HomeAssistant copied to clipboard

Integration will be stopped in next version of Home Assistant

Open jamieshaw opened this issue 4 years ago • 1 comments

Home Assistant has shown warnings regarding version/manifest for 'o365' for the past few versions, but will be blocked with the next version, expected next month.

Error message: No 'version' key in the manifest file for custom integration 'o365'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'o365'

jamieshaw avatar May 05 '21 18:05 jamieshaw

Adding version manually to manifest.json will for now do the trick: { "domain": "o365", "name": "Office 365 Calendar", "documentation": "https://github.com/PTST/O365Calendar-HomeAssistant", "dependencies": ["configurator", "http"], "codeowners": ["@PTST"], "requirements": ["O365==2.0.9", "BeautifulSoup4==4.8.2"], "version": "2.1.8" }

jrnhrmn avatar Jun 03 '21 13:06 jrnhrmn