Skip to content

Tags: zigpy/zigpy-znp

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zigpy to 1.5.0 (#275)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zigpy to 1.3.0 to pull in serialx dependency (#271)

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zigpy to 0.91.2 and migrate from enum_factory to native enum typ…

…es (#268)

Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove 5s probe timeout (#262)

* Remove 5s probe timeout

* Remove unnecessary unit test

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore `Binding` entries when creating a backup (#257)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support zigpy packet priority (#255)

* Use new zigpy packet priority API

* Fix unit tests

* Remove unnecessary schema conversions in tools

* Try to delay a little when reading frame counters

v0.12.4

Toggle v0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not convert `config` multiple times (#250)

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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