zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
87 stars 20 forks source link

Fix blocking metadata version call #257

Closed TheJulianJES closed 4 months ago

TheJulianJES commented 5 months 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 5 months ago

Codecov Report

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

Project coverage is 98.81%. Comparing base (6135c05) to head (681a5a1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #257 +/- ## ======================================= Coverage 98.81% 98.81% ======================================= Files 7 7 Lines 925 926 +1 ======================================= + Hits 914 915 +1 Misses 11 11 ```

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