diff --git a/setup.py b/setup.py index 08803a3..fdd19e9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=find_packages(exclude=['*.tests']), install_requires=[ 'pyserial-asyncio', - 'zigpy', + 'zigpy-homeassistant', ], tests_require=[ 'pytest',