Releases: geoffreylagaisse/Hass-Microsoft-Graph
Releases · geoffreylagaisse/Hass-Microsoft-Graph
Release list
Fix deprecation of async_forward_entry_setup and add an await
async_forward_entry_setup is deprecated and is scheduled to be removed in version 2025.01. This PR fixes the deprecation warning.
Full Changelog: 1.5...1.6
Fix deprecation of HomeAssistantType
HomeAssistantType stops existing in the release 202503. This release fixes that deprecation.
Update for Home assistant 2023.05
Deprecated async_get_registry is removed and replaced by async_get. This release fixes the deprecation and makes the integration work for release 2023.05
Added Brazilian language and updated readme
Two changes in this release:
- Added Brazilian Portuguese Translation by @LeandroIssa
- Updated Readme by @wrt54g
Thanks!
Keep the integration working after a reboot of HA
The integration should work again after a reboot of HA
Fix Validation errors
Fix validation errors so this integration can be added to the HACS store
Ready for HA release 2022.05
- Ready for HA release 2022.05
- Added complete working config flow, no more need for configuration.yaml edits anymore
- Updated Manifest and use newest library versions