Skip to content

Tags: zigpy/zigpy

Tags

0.64.3

Toggle 0.64.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not open serial ports exclusively by default (#1422)

0.64.2

Toggle 0.64.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix blocking `image_dir.rglob("*")` call (#1419)

* Fix blocking `image_dir.rglob("*")` call

* Remove unnecessary `StopIteration` handling

0.64.1

Toggle 0.64.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Allow OTA provider URL overrides" (#1413)

Revert "Allow OTA provider URL overrides (#1398)"

This reverts commit 038d57b.

0.64.0

Toggle 0.64.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Inovelli - Update Firmware URL For ZHA New Update Method (#1386)

* Inovelli - Update Firmware URL For ZHA New Update Method

* Update test_ota_providers.py

0.63.5

Toggle 0.63.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Streamline quirks v2 classes and add validation (#1362)

* Streamline quirks v2 classes and add validation

* move kw_only to class to see if CI is happier about it

* dataclasses -> attrs

* mypy lies so we disable the checks on the usage until we drop old pythons

0.63.4

Toggle 0.63.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Quirks v2 updates (#1350)

* fix type warnings

* make quirk_metadata public

* implement contains and remove for v2 quirks in the registry

* docstrings

0.63.3

Toggle 0.63.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Inovelli JSON version format (#1349)

0.63.2

Toggle 0.63.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OTA reliability improvements (#1346)

* Read the OTA file version

* Bump OTA "no progress" timeout to 30s

* Retry reading the current file version multiple times

* Do not call the OTA progress callback if we are no longer upgrading

* Centralize the `if device.ota_in_progress` branch

* Test reading the OTA file version after upgrading

0.63.1

Toggle 0.63.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add KeepAlive cluster definition (#1345)

* Add KeepAlive cluster definition

* doc strings

0.63.0

Toggle 0.63.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement packet debouncing (#1338)

* Create a packet debouncer

* Ensure packets are hashable

* Ignore LQI and RSSI when debouncing

* Ignore packet-level `tsn` as well

* Fix existing unit tests

* Add a unit test for device-level debouncing

* Increase test coverage to 100%