Skip to content

v1.3.3

Latest

Choose a tag to compare

@NewsGuyTor NewsGuyTor released this 03 Mar 12:12

Migrate the vendored fellow_aiden library from requests to aiohttp for fully async HTTP — no more executor thread wrapping.

Changes

  • Replace requests with aiohttp, using an injected ClientSession from Home Assistant
  • Add retry logic with exponential backoff for server errors (408/5xx)
  • Add payload guards and cache invalidation for profile/schedule operations
  • Fix schedule ID type mismatch
  • Fix response resource leaks
  • Improve auth error handling and connection cleanup