zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
144 stars 40 forks source link

Fix blocking metadata version call #248

Closed TheJulianJES closed 1 week ago

TheJulianJES commented 3 weeks ago

This moves the blocking metadata version call outside of the load_network_info coroutine that's run at startup. And it's also a good test run to see if tests are still working with the latest zigpy.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 98.10%. Comparing base (b658bc1) to head (79a75c8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #248 +/- ## ======================================= Coverage 98.10% 98.10% ======================================= Files 43 43 Lines 3647 3649 +2 ======================================= + Hits 3578 3580 +2 Misses 69 69 ```

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