Skip to content

v0.32.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:37

Fixed

  • Intermittent "aiobotocore required" error at startup (real-time SQS disabled). On a fresh install, or right after an update, Home Assistant provisions the aiobotocore requirement in the background; SQS setup could run before pip finished and then fall back to REST polling for the whole session until a manual restart. SQS setup now waits out the deferred install within a bounded window and starts automatically once the dependency lands — the repair issue is only raised if it never installs.