PTST / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
69 stars 13 forks source link

Integration will be stopped in next version of Home Assistant #113

Open jamieshaw opened 3 years ago

jamieshaw commented 3 years ago

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'

jrnhrmn commented 3 years ago

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" }