zigpy / bellows

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

Fix EZSP v8 `changeSourceRouteHandler` #624

Closed puddly closed 2 months ago

puddly commented 2 months ago

https://github.com/zigpy/bellows/pull/620 is needed one version earlier.

I've also made protocol parsing failures log warnings for now, as any error during frame reception is treated as a disconnect.

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

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.73%. Comparing base (f1e9128) to head (25775c9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #624 +/- ## ======================================= Coverage 99.72% 99.73% ======================================= Files 74 74 Lines 4811 4818 +7 ======================================= + Hits 4798 4805 +7 Misses 13 13 ```

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