Skip to content

Commit

Permalink
Change release to v4.0.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Nov 17, 2022
1 parent e72a21d commit 5c5ff38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions custom_components/o365/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,6 @@ async def _async_get_calendar(self, hass):

async def async_o365_get_events(self, hass, start_date, end_date):
"""Get the events."""
# if self.group_calendar:
# return await self._async_calendar_schedule_get_events(
# hass, self._schedule, start_date, end_date
# )

if not self.calendar:
await self._async_get_calendar(hass)

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.22",
"BeautifulSoup4>=4.10.0"
],
"version": "v4.0.0",
"version": "v4.0.0b1",
"iot_class": "cloud_polling"
}

0 comments on commit 5c5ff38

Please sign in to comment.