sbidy / wiz_light

A WiZ Light integration for Home Assistant
MIT License
341 stars 68 forks source link

asyncio_dgram dependency not handled #10

Closed danVnest closed 4 years ago

danVnest commented 4 years ago

I'm getting the following error in the Home Assistant logs:

INFO:homeassistant.util.package:Attempting install of pywizlight==0.3.0
...
- Platform error light.wiz_light - No module named 'asyncio_dgram'
danVnest commented 4 years ago

I assume will be an easy fix if added to https://github.com/sbidy/pywizlight/blob/master/setup.py

     install_requires=[
          ...
          'asyncio_dgram',
      ],
sbidy commented 4 years ago

Can you please verify and close the issue 😄 .... In the 0.3.1 the dependency should be installed via pip.

danVnest commented 4 years ago

I've verified the fix - thanks!

sbidy commented 4 years ago

Thank you !!!