Skip to content

Commit

Permalink
Auto update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 6, 2021
1 parent 8a1633a commit e0421b1
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions custom_components/o365/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit e0421b1

Please sign in to comment.