Releases: RogerSelwyn/O365-HomeAssistant
v3.2.2
Enhancements
Maintenance
v3.2.1
v3.2.0
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
v3.1.0
Note - This release requires HA 2022.5
Enhancements
Fixes
Maintenance
v3.0.1
v3.0.0
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
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
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