Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 31 May 17:14
· 0 commits to 01606d24d6c8e3dba02215c54bb9476bbb8cac4e since this release

1.2.3 (2025-05-31)

Change in password or authentication failure will result in 400 or 900 code to be returned by Winix end point.
We will try reauthentication once and then raise ConfigEntryAuthFailed which will cause HomeAssistant to present the option to enter new credentials.

Bug Fixes

  • add return type to get_device_stubs (d7f423a)
  • consolidate getting devices and login handling (0a5bcbc)
  • log error code (f7ef156)
  • no need to log error (98bf943)
  • raise ConfigEntryAuthFailed for missing config data (48431a7)
  • update unit tests (3f47579)
  • use the new access_token (7a5eaa6)