niceboygithub / AqaraGateway

Aqara Gateway/Hub integration for Home Assistant
470 stars 62 forks source link

Migrate to asyncio #235

Closed Necroneco closed 3 months ago

Necroneco commented 3 months ago

Try fixed #232

Removed Thread and use async await.

Tested on 2024.3.0b6 2024.2.5 2023.2.0

niceboygithub commented 3 months ago

Will check later

Necroneco commented 3 months ago

Will check later

Thanks, I'm not an expert in Python's asyncio. Perhaps there are some edge cases that need testing.