nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
32 stars 19 forks source link

insteonplm_interactive add_all_link sleep not awaited #212

Closed garbled1 closed 4 years ago

garbled1 commented 4 years ago

insteonplm: add_all_link 0 1 319d11 insteonplm: Starting the All-Linking process Attempting to link the PLM to device 319d11. /opt/homeassistant/lib/python3.7/site-packages/insteonplm/tools.py:145: RuntimeWarning: coroutine 'sleep' was never awaited asyncio.sleep(.5, loop=self.loop)

teharris1 commented 4 years ago

Thanks. This will be fixed in the next release.

teharris1 commented 4 years ago

This has been fixed and will hit the next release. Thanks for pointing it out.