Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zigpy/zigpy

Tags

0.89.0

Toggle 0.89.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mention ThirdReality (3reality) OTA provider in README (#1726)

0.88.0

Toggle 0.88.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore aiosqlite 0.22.0 (#1729)

0.87.0

Toggle 0.87.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API for setting the TX power at runtime (#1703)

* API for setting the TX power at runtime

* Fix typo in default config

* Allow the radio to supply both the recommended power and the maximum

* Recompute TX power on startup and on formation

* Fix unit tests

* Add some tests

* Account for maximums

* Increase coverage by testing "feature-less" app subclass

* Add some more logging

0.86.0

Toggle 0.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Print bytes as hex in logs (#1669)

0.85.0

Toggle 0.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downgrade network backup version from 2 to 1 (#1694)

* Downgrade the backup version from 2 to 1 for a release

* Delete now-inapplicable comment

0.84.0

Toggle 0.84.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add translation_placeholders to v2 quirks (#1668)

0.83.0

Toggle 0.83.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reserve capacity for high priority requests (#1635)

* Remove unused data structures

* Implement a `RequestLimiter` type

* Use it instead of the semaphore

* Add `cancel_waiting`

* Fixes

* Remove old semaphore

* Revert "Remove unused data structures"

This reverts commit 71e095a.

* WIP

* Get things running

* Fix tests

* Clean up implementation

* WIP: add CPython semaphore unit tests

* WIP

* WIP: initial commit of CPython source

* WIP: minimal API compatibility

* WIP: make release synchronous

* WIP: get most passing

* Fix repr test

* Fix remaining tests

* Oops

* Bring up coverage

* Drop unnecessary test

* Fix tests for 3.10

* Remove unnecessary code

* Add backwards compatible `max_value` property for existing radio libraries

* Add a unit test

* Gracefully handle concurrency limits incompatible with concurrency fractions

* Remove unnecessary error

0.82.3

Toggle 0.82.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not log warning when passing bytes to listener object (#1656)

* Do not pass unparsed commands to listeners

* Demote matching warning to the debug level

* Revert "Do not pass unparsed commands to listeners"

This reverts commit e1b6ed6.

* Fix unit tests

0.82.2

Toggle 0.82.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Active fast poll context manager (#1634)

* Create an active fast poll context manager

* Fix unit tests

* Add a unit test

* Address review comments

* Update tests/test_device.py

0.82.1

Toggle 0.82.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix MRO errors with pylint in Core (#1632)

* Fix MRO errors with pylint in Core

* Clean up unnecessary `format`