We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1dff commit 7ca04a4Copy full SHA for 7ca04a4
setup.cfg
@@ -15,7 +15,7 @@ python_requires = >=3.7
15
install_requires =
16
pyserial-asyncio; platform_system!="Windows"
17
pyserial-asyncio!=0.5; platform_system=="Windows" # 0.5 broke writes
18
- zigpy>=0.47.0
+ zigpy>=0.50.0
19
async_timeout
20
voluptuous
21
coloredlogs
zigpy_znp/zigbee/application.py
@@ -884,7 +884,7 @@ async def _reconnect(self) -> None:
884
885
try:
886
await self.connect()
887
- await self.start_network()
+ await self.initialize()
888
return
889
except asyncio.CancelledError:
890
raise
0 commit comments