Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

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

Open
jamieshaw opened this issue May 5, 2021 · 1 comment
Open

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

jamieshaw opened this issue May 5, 2021 · 1 comment

Comments

@jamieshaw
Copy link

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
Copy link

jrnhrmn commented Jun 3, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants