Skip to content

Releases: RogerSelwyn/O365-HomeAssistant

v3.2.2

26 Sep 15:27
765911a
Compare
Choose a tag to compare

v3.2.1

26 May 16:23
9ce5c32
Compare
Choose a tag to compare

v3.2.0

19 May 15:15
ce2acc1
Compare
Choose a tag to compare

Downloads for this release

Note: This release changes the default authentication mechanism. In order to support the change in default authentication method I’m adding a new configuration variable alt-auth-method so I can provide some deprecation warnings. It will mean everyone will need to do something in order to retain the same authentication mechanism, but there will be guidance on what to do in the warning.

It should be noted this will not impact anyone until you need to re-authenticate, i.e. whenever your token expires, or if you decide to take advantage of new features requiring new permissions.

Breaking change

Enhancements

Maintenance

v3.1.1

06 May 13:31
9f16fe1
Compare
Choose a tag to compare

v3.1.0

05 May 07:45
47eaba8
Compare
Choose a tag to compare

v3.0.1

02 May 12:09
26a6fe9
Compare
Choose a tag to compare

v3.0.0

17 Apr 20:28
e36d4ca
Compare
Choose a tag to compare

Downloads for this release

This release supports multiple accounts. It is a very major change to the code, which has been tested through alpha and beta for some time.

Please read the Readme on this Github for details on how to use. Existing installations should work as is.

For services, where previously the calendar_id has been used, I'm migrating this to use entity_id for calendar updates. A warning will be shown in the logs if you use calendar_id. For notifications, multiple services will be created if required for each account emails can be sent through.

https://github.com/RogerSelwyn/O365-HomeAssistant/blob/master/README.md

Enhancements

  • Support for multiple accounts
  • Reduced permissions requirements for multiple accounts style config
  • Enable use of Entity_ID instead of Calendar_ID for service calls (mandatory for multi-account)
  • Complete list of changes - #26

Fixes

  • Also includes fixes as defined in 2.4.1

v3.0.0b0

11 Apr 12:36
2502fca
Compare
Choose a tag to compare
v3.0.0b0 Pre-release
Pre-release

Downloads for this release

This release supports multiple accounts. It is a very major change to the code, which has been tested through alpha for some time.

Please read the Readme on this Github for details on how to use. Existing installations should work as is.

For services, where previously the calendar_id has been used, I'm migrating this to use entity_id for calendar updates. A warning will be shown in the logs if you use calendar_id. For notifications, multiple services will be created if required for each account emails can be sent through.

https://github.com/RogerSelwyn/O365-HomeAssistant/blob/master/README.md

Enhancements

  • Support for multiple accounts
  • Reduced permissions requirements for multiple accounts style config
  • Enable use of Entity_ID instead of Calendar_ID for service calls (mandatory for multi-account)
  • Complete list of changes - #26

Fixes

  • Also includes fixes as defined in 2.4.1

v3.0.0a8

30 Mar 09:53
0fcc856
Compare
Choose a tag to compare
v3.0.0a8 Pre-release
Pre-release

Downloads for this release

This release supports multiple accounts. It is a very major change to the code, so use with care. Documentation can be found on the 'multiple-accounts' branch of this GitHub repository. Existing installations should work as is.

For services, where previously the calendar_id has been used, I'm migrating this to use entity_id for calendar updates. A warning will be shown in the logs if you use calendar_id. For notifications, multiple services will be created if required for each account emails can be sent through.

https://github.com/RogerSelwyn/O365-HomeAssistant/blob/multiple-accounts/README.md

Primary changes from Alpha 7

  • Correction for handling of DST
  • Improved event selection for root event
  • Implement fix for breaking change coming in HA
  • Remove throttle on root event updates

I'm open to suggestions on changes to how this works. Please post here if you have any suggestions - Multiple Accounts

v2.4.1

30 Mar 07:50
8e1f585
Compare
Choose a tag to compare