kesteraernoudt / dobiss

Custom Home Assistant Integration for the Dobiss NXT platform
MIT License
8 stars 1 forks source link

Fix for issue 153 (Stopping covers mid motion) #185

Closed brandsb closed 5 months ago

brandsb commented 5 months ago

Explicit passing of coroutine objects to asyncio.wait was deprecated. Need to use create_task instead