Tags: zigpy/zigpy-znp
Tags
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
Sync up with zigpy 0.60.0 (#233) * Load parsed device info into application state * Fix zigpy unit tests * Bump all pre-commit dependencies so pre-commit runs * Bump to unreleased zigpy * Use zigpy watchdog and connection closing * Use zigpy `device` config schema * Drop `permit_with_key` * Remove unnecessary unit tests * Add a unit test for watchdog feeding
PreviousNext