You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.