You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for serial port close when disconnecting (#84)
* Wait for the serial port to close
* Remove unnecessary sleeps
* Explicit `pyserial-asyncio-fast` dependency
* Drop in-tree `SerialProtocol`
* Drop hard bellows dependency
* Add minimum zigpy dependency for `SerialProtocol`
* `protocol.wait_closed()` -> `protocol.disconnect()`
* Move `send_data` into the individual protocols
* Mandate bellows>=0.0.42
0 commit comments