Releases: RogerSelwyn/O365-HomeAssistant
v4.9.0
✨ Enhancements
📚 Documentation
🔖 Release
v4.8.7
Note:
This integration is slowly moving towards EOL. I have already created integrations which will replace it - MS365-Calendar/Mail/Teams/ToDo, these can be used now using HACS Custom. When these are available on HACS Default I will then stop work on O365-HomeAssistant.
Many will have seen a warning in the logs - Detected that custom integration 'o365' uses 'async_config_entry_first_refresh', which is only supported for coordinators with a config entry and will stop working in Home Assistant 2025.11
- this further forces the EOL due to a change in HA Core, which means that the integration will cease to work after the 2025.11 HA release without really significant re-work. Because this integration is setup via YAML, it does not have a config_entry
, the replacements listed above do.
🐛 Fixes
- Ensure all calls to O365 library methods are async - @RogerSelwyn
- Correct more O365 library call to async - @RogerSelwyn
- Fix typo - @RogerSelwyn
- Don't update todo if status is being changed - @RogerSelwyn
- Fix error in notification send - @RogerSelwyn
🧰 Maintenance
⬆️ Dependencies
📚 Documentation
- Add show_body config attribute - @RogerSelwyn
- Update README.md - @RogerSelwyn
- Update docs - @RogerSelwyn
🔖 Release
v4.8.6b3
🐛 Fixes
📚 Documentation
🔖 Release
v4.8.6b2
v4.8.6b1
🐛 Fixes
🔖 Release
v4.8.5
🐛 Fixes
🧰 Maintenance
🔖 Release
v4.8.4
🐛 Fixes
🔖 Release
v4.8.3
v4.8.2
🐛 Fixes
🧰 Maintenance
- Remove use of internal attribute - @RogerSelwyn
- Remove update of tasks yaml file from the event loop - @RogerSelwyn
⬆️ Dependencies
🔖 Release
v4.8.1
Note - This release requires HA 2024.6.x
🧰 Maintenance
- Move writing of calendar file outside the thread - @RogerSelwyn
- Remove use of
DEFAULT_TIME_ZONE
constant - @RogerSelwyn