Skip to content

Tags: zigpy/bellows

Tags

0.49.0

Toggle 0.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend `EmberStatus` -> `sl_Status` mapping (#707)

* Fix final few uses of EmberStatus

* Map out as many EmberStatus -> sl_Status mappings as possible

Revert `TABLE_ENTRY_ERASED` change

0.48.2

Toggle 0.48.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce log level of NV3 interface warning (#702)

* Reduce log level of NV3 interface warning

* Update test

0.48.1

Toggle 0.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move `ezspVersion` key to correct place for Z2M (#701)

* Move `ezspVersion` key to correct place for Z2M

* Update tests

0.48.0

Toggle 0.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement zigpy TX power API (#698)

* Implement zigpy TX power API

* Fix typo in command name

* Bump zigpy

* Add tests

0.47.2

Toggle 0.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce `RST` cancel prefix to 32 bytes (#697)

Reduce RST cancel prefix to 32 bytes

0.47.1

Toggle 0.47.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move retrying out of `connect` and into `startup_reset` (#696)

* Move retrying out of `connect` and into `startup_reset`

* Constant tweaking

* Better debug logging for long CANCEL sequences

* Fix tests

0.47.0

Toggle 0.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backup/restore routing table and allow specifying TX power during for…

…mation (#690)

* Restore the routing table on startup

* Account for new zigpy changes

* Read the route table size

* Rename `RouteRecordStatus` constants

* Bump zigpy to 0.85.0

* Add unit tests

* Re-add accidentally removed code

* Clean up

0.46.2

Toggle 0.46.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Send three resets when connecting, not just one (#689)

* Send three resets when connecting, not just one

* Fix unit test

0.46.1

Toggle 0.46.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle bad values in XNCP chip info parsing (#688)

* Fail gracefully when parsing invalid XNCP chip info response

* Add a test

0.46.0

Toggle 0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set adapter concurrency using chip info XNCP command (#681)

* XNCP command to read chip info

* Set the adapter concurrency using chip info

* Fix unit tests

* Add some more tests

* Clean up for new zigpy APIs

* Adjust unit test to use a compatible concurrency setting