Skip to content

Commit 446a92a

Browse files
authored
Handle request/replies in Zigpy. (#69)
* Doh. * Let zigpy handle the replies. * Update dependencies. * Update tests.
1 parent fb9ef3a commit 446a92a

File tree

4 files changed

+222
-270
lines changed

4 files changed

+222
-270
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=find_packages(exclude=['*.tests']),
1616
install_requires=[
1717
'pyserial-asyncio',
18-
'zigpy-homeassistant',
18+
'zigpy-homeassistant>=0.9.a0',
1919
],
2020
tests_require=[
2121
'pytest',

0 commit comments

Comments
 (0)