diff --git a/custom_components/o365/manifest.json b/custom_components/o365/manifest.json index d5f6553..0f0751f 100644 --- a/custom_components/o365/manifest.json +++ b/custom_components/o365/manifest.json @@ -1,8 +1,9 @@ { - "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"] - } + "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", "tzlocal==2.1"], + "version": "2.2.0" +}