Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed May 5, 2022
1 parent dc8974b commit 0d1032c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/o365/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ async def _async_setup_register_services(hass, conf):
hass.services.async_register(
DOMAIN, "scan_for_calendars", calendar_services.async_scan_for_calendars
)
return


class O365CalendarEntity(CalendarEntity):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/o365/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"O365==2.0.18.1",
"BeautifulSoup4>=4.10.0"
],
"version": "v3.0.0",
"version": "v3.1.0",
"iot_class": "cloud_polling"
}

0 comments on commit 0d1032c

Please sign in to comment.