From 619c733475e5814048f2c76edf7d39d1fcbaab08 Mon Sep 17 00:00:00 2001 From: RogerSelwyn Date: Mon, 6 Sep 2021 15:24:06 +0100 Subject: [PATCH] Update manifest.json --- custom_components/o365/manifest.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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" +}