8000 Tags · zigpy/zigpy-znp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zigpy/zigpy-znp

Tags

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

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix blocking metadata version call (#248)

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement command priority (#237)

v0.12.0

Toggle v0.12.0's commit message

Verified

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

v0.11.6

Toggle v0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle ZDO neighbors command returning unsupported status (#228)

v0.11.5

Toggle v0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `permit_with_link_key` (#226)

0