zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
177 stars 86 forks source link

Account for `getKeyTableEntry` sometimes returning an invalid response #625

Closed puddly closed 1 month ago

puddly commented 1 month ago

Related: https://github.com/home-assistant/core/issues/117859

It looks like the getKeyTableEntry response is sometimes much shorter than expected!

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.72%. Comparing base (eae32ea) to head (02edef8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #625 +/- ## ======================================= Coverage 99.71% 99.72% ======================================= Files 75 75 Lines 4996 5002 +6 ======================================= + Hits 4982 4988 +6 Misses 14 14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.