Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Releases: PTST/O365-HomeAssistant

v2.1.5-beta.1

17 Feb 11:28
Compare
Choose a tag to compare
v2.1.5-beta.1 Pre-release
Pre-release

Moved calendars config into a o365_calendars.yaml file (like the google events component)

v2.1.4

10 Feb 12:24
93bdc4d
Compare
Choose a tag to compare

Implements CalendarEventDevice, enabling use of calendar cards #44

v2.1.4-beta.2

10 Feb 12:12
93bdc4d
Compare
Choose a tag to compare
v2.1.4-beta.2 Pre-release
Pre-release

Fix entity naming

v2.1.4-beta.1

10 Feb 11:56
cd30ce3
Compare
Choose a tag to compare
v2.1.4-beta.1 Pre-release
Pre-release

Implements CalendarEventDevice which enables use of calendar cards like Atomic Calendar

v2.1.3

07 Feb 05:15
919d505
Compare
Choose a tag to compare

Bump O365 dependency to latest version

v2.1.2

06 Feb 07:28
aaa5189
Compare
Choose a tag to compare

Now properly validates configuration.yaml entry

v2.1.1

05 Feb 14:19
57942cd
Compare
Choose a tag to compare

Remove data_str_repr from objects

v2.1.0

05 Feb 14:09
26f9b3b
Compare
Choose a tag to compare

Added service calls to interact with calendar events (Create, Modify, Delete, Respond) #11

Please note that in order to use the service calls you need to update your azure app to include the Calendar.ReadWrite and Calendar.ReadWrite.Shared permission.

This permission change also means that this update will trigger a new authentication flow you must complete.

v2.0.2

05 Feb 08:06
a6630df
Compare
Choose a tag to compare

Fixed is_unread attribute on email queries

V2.0.1

05 Feb 06:57
55c9978
Compare
Choose a tag to compare

Fixes auth flow