zigpy / bellows

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

Ensure repairs work when `getTokenData` is present but NV3 is not #581

Closed puddly closed 10 months ago

puddly commented 10 months ago

Older 7.x builds contain getTokenData and setTokenData but the commands always return EmberStatus.LIBRARY_NOT_PRESENT when called.

https://github.com/home-assistant/core/issues/99774

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (50636b7) 99.83% compared to head (744493e) 99.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #581 +/- ## ======================================= Coverage 99.83% 99.83% ======================================= Files 68 68 Lines 4871 4871 ======================================= Hits 4863 4863 Misses 8 8 ``` | [Files Changed](https://app.codecov.io/gh/zigpy/bellows/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [bellows/zigbee/repairs.py](https://app.codecov.io/gh/zigpy/bellows/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy96aWdiZWUvcmVwYWlycy5weQ==) | `100.00% <100.00%> (ø)` | |

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