-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial support for the Conbee III * Add a delay when changing network state * Do not write security mode for Conbee III * Skip restoring neighbors for current CB3 firmwares * Account for EmberZNet ZDO energy scanning bug * Fix logic for neighbor restoration for CB2 * Fix existing unit tests * Add a new unit test for CB3 energy scanning * Add unit test for wrong device state callback handling * Fix new unit tests * Remove unnecessary `_change_network_state` from `load_network_info` * Add a `probe` method * Fix probing schema * Handle state change polling failures gracefully * Bump minimum zigpy version to 0.60.0 * Use new zigpy probing methods * Use zigpy watchdog * Fix API using removed config * Implement `permit_with_link_key` * Remove watchdog from unit tests * Fix unit tests * Parse model info during `load_network_info`
- Loading branch information
Showing
9 changed files
with
274 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.