Skip to content

Tags: zigpy/zigpy

Tags

0.75.1

Toggle 0.75.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace deprecated quirks `registry` usage (#1538)

* Replace deprecated quirks `registry` usage

* Silence warning for deprecated access in test

0.75.0

Toggle 0.75.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow custom v2 quirks to override built-in ones (#1534)

* Allow custom v2 quirks to override built-in ones

* Add a property for `registry_v2`

* Add an explicit property for `registry_v1`

* Fix unit test

0.74.0

Toggle 0.74.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add quirk v2 builder methods for modifying endpoints (#1524)

* Add quirk v2 builder methods for modifying endpoints

* Add tests for quirks v2 ep modification

0.73.3

Toggle 0.73.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Salus OTA provider (#1522)

* Remove Salus OTA provider

* Add Salus stub provider

* Exclude unreachable yield from codecov

* Re-register deprecated provider

This isn't really necessary, but now that we have a stub for the Salus provider anyway, we probably want the old and new config options to behave the same and "activate it", regardless of which config option is used.

* Re-add Salus `MANUFACTURER_IDS`

0.73.2

Toggle 0.73.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `inspect.stack` with `inspect.currentframe.f_back` (#1518)

0.73.1

Toggle 0.73.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix logged deprecations in unit tests (#1501)

* Fix pytest-asyncio warnings

* Fix OTA deprecation warnings

* Remove uses of `update_last_seen`

* Migrate `handle_message` to `packet_received`

* Mark a few more tests as having expected deprecations

0.73.0

Toggle 0.73.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds a quirk to support OTA firmware update for Legrand devices (#1504)

* 🐛 updates image block size handling for Legrand devices

See https://github.com/Koenkk/zigbee-herdsman-converters/pull/6193/files#diff-a8cc39dcf69c673d911cbd827e6e27eecea991677c8a635901330030109e6f57R210

* ✅ adds a test dedicated to Legrand device firmware update

0.72.0

Toggle 0.72.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Re-add the `CONF_STARTUP_ENERGY_SCAN` constant (#1502)

* Re-add the `CONF_STARTUP_ENERGY_SCAN` constant

* Add a comment

0.71.0

Toggle 0.71.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Device alerts in quirks v2 (#1495)

* Support device alerts

* Just use `Enum`

* Add some unit tests

* Fix line number in v2 unit test

0.70.0

Toggle 0.70.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean serial port shutdown (#1425)

* Properly wait for `connection_lost` when shutting down

* Create a base class for serial protocols

* Only call `close()` at the very end

* Rework the API a little

* Clean up the API some more

* Add some tests