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
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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" }
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'
The text was updated successfully, but these errors were encountered: