Skip to content

Releases: geoffreylagaisse/Hass-Microsoft-Graph

Fix deprecation of async_forward_entry_setup and add an await

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 23 Jul 07:34
1916bcb

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

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 16 Jul 13:12
0a38a3c

HomeAssistantType stops existing in the release 202503. This release fixes that deprecation.

Update for Home assistant 2023.05

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 28 Apr 15:38
b6691a0

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

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 13 May 07:38
d0266c2

Two changes in this release:

  1. Added Brazilian Portuguese Translation by @LeandroIssa
  2. Updated Readme by @wrt54g

Thanks!

Keep the integration working after a reboot of HA

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 29 Apr 16:26

The integration should work again after a reboot of HA

Fix Validation errors

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 29 Apr 12:28

Fix validation errors so this integration can be added to the HACS store

Ready for HA release 2022.05

Choose a tag to compare

@geoffreylagaisse geoffreylagaisse released this 29 Apr 09:41
  • 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