From e0421b126d600503a97174e511078ddf804c3331 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Sep 2021 15:05:44 +0000 Subject: [PATCH] Auto update manifest.json --- custom_components/o365/manifest.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/custom_components/o365/manifest.json b/custom_components/o365/manifest.json index 5e1e683..022a0ab 100644 --- a/custom_components/o365/manifest.json +++ b/custom_components/o365/manifest.json @@ -1,10 +1,20 @@ { "domain": "o365", "name": "Office 365 Calendar", - "documentation": "https://github.com/RogerSelwyn/O365-HomeAssistant", "issue_tracker": "https://github.com/RogerSelwyn/O365-HomeAssistant/issues", - "dependencies": ["configurator", "http"], - "codeowners": ["@PTST"], - "requirements": ["O365==2.0.9", "BeautifulSoup4==4.8.2", "tzlocal==2.1"], - "version": "2.2.0", - "iot_class": "cloud_polling" -} + "documentation": "https://github.com/RogerSelwyn/O365-HomeAssistant", + "issue_tracker": "https://github.com/RogerSelwyn/O365-HomeAssistant/issues", + "dependencies": [ + "configurator", + "http" + ], + "codeowners": [ + "@PTST" + ], + "requirements": [ + "O365==2.0.9", + "BeautifulSoup4==4.8.2", + "tzlocal==2.1" + ], + "version": ".2.0", + "iot_class": "cloud_polling" +} \ No newline at end of file