Bluetooth-Devices / bthome-ble

Parser for BTHome BLE devices
https://bthome.io/
MIT License
64 stars 11 forks source link

feat: allow one failed decryption before reauth #114

Closed Ernst79 closed 4 months ago

Ernst79 commented 4 months ago

feat: allow one failed decryption before reauth

fix for #107

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 82.73%. Comparing base (c47f36f) to head (f87dcef). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ========================================== + Coverage 82.60% 82.73% +0.13% ========================================== Files 6 6 Lines 529 533 +4 Branches 82 83 +1 ========================================== + Hits 437 441 +4 Misses 73 73 Partials 19 19 ```

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

Ernst79 commented 4 months ago

Thanks