Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Sep 6, 2021
1 parent d61a26d commit 619c733
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions custom_components/o365/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 619c733

Please sign in to comment.