From 02b86ad69bf6a33d4a7d5071ad3552677f7151f4 Mon Sep 17 00:00:00 2001 From: damarco Date: Fri, 1 Mar 2019 18:13:48 +0100 Subject: [PATCH] Update zigpy reference --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',