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
Improved network reset, attempt 2 (#273)
* Write intentionally invalid network settings when resetting
* Fix unit tests
* Do not wait for CONNECTED state when resetting
Ensure network reset and new network formation works on old firmwares (……#272)
Ensure network reset and new network formation works even on old firmwares
Cleanly shut down the serial port on disconnect (#259)
* Cleanly shut down the serial port on disconnect
* Send `connection_lost` even if we do not have an open serial connection
* Call `super().close()` in `SerialProtocol`
* Use `self._transport.write` instead of `send_data`
* Let zigpy handle flow control
* Bump minimum zigpy version
* Fix unit tests
* Make `api` an async fixture to grab reference to loop early
* Set default pytest-asyncio fixture loop scope
* Fix unit test failing due to event loop caching issue in pytest-asyncio
* Bring test coverage up