I'm seeing some timeouts trying to talk to my kumo devices via HomeAssistant and I realized from the logs that the full set of retries is taking over 10 seconds on one of the sync worker threads. I'm not sure how much this affects other threads due to the GIL but I'm wondering if it's worth providing an async API and using that in the HA integration. Is this something you're open to building or taking PRs for?
I'm seeing some timeouts trying to talk to my kumo devices via HomeAssistant and I realized from the logs that the full set of retries is taking over 10 seconds on one of the sync worker threads. I'm not sure how much this affects other threads due to the GIL but I'm wondering if it's worth providing an async API and using that in the HA integration. Is this something you're open to building or taking PRs for?