Tags: zigpy/zigpy-znp
Tags
Reduce logging noise from security.py and update concurrency settings (… …#265) * Initial plan * Change LOGGER.warning to LOGGER.debug in security.py Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Remove PRE_COMMIT_CACHE_PATH and PYTHON_VERSION_DEFAULT from CI config Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Replace serial_asyncio with serial_asyncio_fast in unit tests Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Update concurrency from 2 to 4 and use max_concurrency instead of max_value Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Fix locked() call to pass priority parameter Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Add test coverage for debug logging in security.py Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Revert "Add test coverage for debug logging in security.py" Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
Zigpy application-level retries (#260) * Simplify retrying * Fix unit tests * Bump minimum zigpy version * Switch to `asyncio.timeout` if possible * Re-run CI * Deal with packet sending requiring working after assoc removal * Fix test flakiness, attempt 3
Disable skip_bootloader when the config is set to False (#249) * Skip bootloader when the config is set to skip On SMLIGHT SLZB-06 devices in USB mode the skip bootloader sequence causes the esp32 in these devices to reset. While there is a config option to disable skip bootloader, it is not hooked up. Ensure that it is possible to disable skip bootloader. * Add test for config to disable skip bootloader
PreviousNext